instance method attribute

Ruby on Rails 7.2.3

Since v7.1.6 Private

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

attribute(attr_name)

No documentation comment.

Parameters

attr_name req
Source
# File activemodel/lib/active_model/attributes.rb, line 161
      def attribute(attr_name)
        @attributes.fetch_value(attr_name)
      end

Defined in activemodel/lib/active_model/attributes.rb line 161 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveModel::Attributes

Type at least 2 characters to search.

↑↓ navigate · open · esc close