Class: ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
- Inherits:
- 
      Struct
      
        - Object
- Struct
- ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
 
- Defined in:
- lib/active_model/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
| 412 413 414 | # File 'lib/active_model/attribute_methods.rb', line 412 def attr_name @attr_name end | 
#target ⇒ Object
Returns the value of attribute target
| 412 413 414 | # File 'lib/active_model/attribute_methods.rb', line 412 def target @target end |