Class: ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
- Inherits:
-
Struct
- Object
- Struct
- ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
- Defined in:
- activemodel/lib/active_model/attribute_methods.rb
Instance Attribute Summary collapse
-
#attr_name ⇒ Object
Returns the value of attribute attr_name.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#target ⇒ Object
Returns the value of attribute target.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#attr_name ⇒ Object
Returns the value of attribute attr_name
395 396 397 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 395 def attr_name @attr_name end |
#method_name ⇒ Object
Returns the value of attribute method_name
395 396 397 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 395 def method_name @method_name end |
#target ⇒ Object
Returns the value of attribute target
395 396 397 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 395 def target @target end |