method
attribute
v6.1.3.1 -
Show latest stable
- Class:
ActiveModel::Attributes
attribute(attr_name)private
No documentation available.
# File activemodel/lib/active_model/attributes.rb, line 128
def attribute(attr_name)
@attributes.fetch_value(attr_name)
end