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)
Instance Attribute Details
- (Object) attr_name
317 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 317 AttributeMethodMatch = Struct.new(:target, :attr_name) |
- (Object) target
317 |
# File 'activemodel/lib/active_model/attribute_methods.rb', line 317 AttributeMethodMatch = Struct.new(:target, :attr_name) |