Class: ActiveModel::AttributeMethods::ClassMethods::AttributeMethodPattern::AttributeMethod
- Inherits:
-
Struct
- Object
- Struct
- ActiveModel::AttributeMethods::ClassMethods::AttributeMethodPattern::AttributeMethod
- Defined in:
- lib/active_model/attribute_methods.rb
Instance Attribute Summary collapse
-
#attr_name ⇒ Object
Returns the value of attribute attr_name.
-
#proxy_target ⇒ Object
Returns the value of attribute proxy_target.
Instance Attribute Details
#attr_name ⇒ Object
Returns the value of attribute attr_name
474 475 476 |
# File 'lib/active_model/attribute_methods.rb', line 474 def attr_name @attr_name end |
#proxy_target ⇒ Object
Returns the value of attribute proxy_target
474 475 476 |
# File 'lib/active_model/attribute_methods.rb', line 474 def proxy_target @proxy_target end |