Class: Historyable::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_valueObject

Returns the value of attribute attribute_value

Returns:

  • (Object)

    the current value of attribute_value



11
12
13
# File 'lib/historyable.rb', line 11

def attribute_value
  @attribute_value
end

#changed_atObject

Returns the value of attribute changed_at

Returns:

  • (Object)

    the current value of changed_at



11
12
13
# File 'lib/historyable.rb', line 11

def changed_at
  @changed_at
end