123456789_123456789_123456789_123456789_123456789_

Class: ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch

Relationships & Source Files
Inherits: Struct
  • ::Object
Defined in: activemodel/lib/active_model/attribute_methods.rb

Instance Attribute Summary

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 ]

  
# File 'activemodel/lib/active_model/attribute_methods.rb', line 393

AttributeMethodMatch = Struct.new(:target, :attr_name, :method_name)

#target (rw)

[ GitHub ]

  
# File 'activemodel/lib/active_model/attribute_methods.rb', line 393

AttributeMethodMatch = Struct.new(:target, :attr_name, :method_name)