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)
-
- (Object) attr_name
Returns the value of attribute attr_name.
-
- (Object) target
Returns the value of attribute target.
Instance Attribute Details
- (Object) attr_name
Returns the value of attribute attr_name
317 318 319 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 317 def attr_name @attr_name end |
- (Object) target
Returns the value of attribute target
317 318 319 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 317 def target @target end |