Class: ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
- Inherits:
-
Struct
- Object
- Struct
- ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activemodel-7.0.4/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.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#attr_name ⇒ Object
Returns the value of attribute attr_name
420 421 422 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activemodel-7.0.4/lib/active_model/attribute_methods.rb', line 420 def attr_name @attr_name end |