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

Inherits:
Struct
  • Object
show all
Defined in:
activemodel/lib/active_model/attribute_methods.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, #to_h

Instance Attribute Details

#attr_nameObject

Returns the value of attribute attr_name

Returns:

  • (Object)

    the current value of attr_name



395
396
397
# File 'activemodel/lib/active_model/attribute_methods.rb', line 395

def attr_name
  @attr_name
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



395
396
397
# File 'activemodel/lib/active_model/attribute_methods.rb', line 395

def method_name
  @method_name
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



395
396
397
# File 'activemodel/lib/active_model/attribute_methods.rb', line 395

def target
  @target
end