Class: ActiveEntity::AMAttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
- Inherits:
-
Struct
- Object
- Struct
- ActiveEntity::AMAttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
- Defined in:
- lib/active_entity/attribute_methods.rb
Instance Attribute Summary collapse
-
#attr_name ⇒ Object
Returns the value of attribute attr_name.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#attr_name ⇒ Object
Returns the value of attribute attr_name
376 377 378 |
# File 'lib/active_entity/attribute_methods.rb', line 376 def attr_name @attr_name end |
#target ⇒ Object
Returns the value of attribute target
376 377 378 |
# File 'lib/active_entity/attribute_methods.rb', line 376 def target @target end |