Class: Historyable::Item

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

Instance Attribute Summary collapse

Instance Attribute Details

#association_nameObject

Returns the value of attribute association_name

Returns:

  • (Object)

    the current value of association_name



7
8
9
# File 'lib/historyable.rb', line 7

def association_name
  @association_name
end

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



7
8
9
# File 'lib/historyable.rb', line 7

def attribute
  @attribute
end