Class: ActiveEntity::AMAttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch

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

Instance Attribute Summary collapse

Instance Attribute Details

#attr_nameObject

Returns the value of attribute attr_name

Returns:

  • (Object)

    the current value of attr_name



376
377
378
# File 'lib/active_entity/attribute_methods.rb', line 376

def attr_name
  @attr_name
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



376
377
378
# File 'lib/active_entity/attribute_methods.rb', line 376

def target
  @target
end