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



9
10
11
# File 'lib/historyable.rb', line 9

def association_name
  @association_name
end

#attribute_nameObject

Returns the value of attribute attribute_name

Returns:

  • (Object)

    the current value of attribute_name



9
10
11
# File 'lib/historyable.rb', line 9

def attribute_name
  @attribute_name
end