Class: ActiveModel::AttributeMethods::ClassMethods::AttributeMethodPattern::AttributeMethod
Instance Attribute Summary collapse
-
#attr_name ⇒ Object
Returns the value of attribute attr_name.
-
#proxy_target ⇒ Object
Returns the value of attribute proxy_target.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#attr_name ⇒ Object
Returns the value of attribute attr_name
423 424 425 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 423 def attr_name @attr_name end |
#proxy_target ⇒ Object
Returns the value of attribute proxy_target
423 424 425 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 423 def proxy_target @proxy_target end |