Class: ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
Relationships & Source Files | |
Inherits: |
Struct
|
Defined in: | activemodel/lib/active_model/attribute_methods.rb |
Instance Attribute Summary
- #attr_name rw
- #method_name rw
- #target rw
Instance Attribute Details
#attr_name (rw)
[ GitHub ]# File 'activemodel/lib/active_model/attribute_methods.rb', line 393
AttributeMethodMatch = Struct.new(:target, :attr_name, :method_name)
#method_name (rw)
[ GitHub ]#target (rw)
[ GitHub ]# File 'activemodel/lib/active_model/attribute_methods.rb', line 393
AttributeMethodMatch = Struct.new(:target, :attr_name, :method_name)