Class: Historyable::Entry
- Inherits:
-
Struct
- Object
- Struct
- Historyable::Entry
- Defined in:
- lib/historyable.rb
Instance Attribute Summary collapse
-
#attribute_value ⇒ Object
Returns the value of attribute attribute_value.
-
#changed_at ⇒ Object
Returns the value of attribute changed_at.
Instance Attribute Details
#attribute_value ⇒ Object
Returns the value of attribute attribute_value
11 12 13 |
# File 'lib/historyable.rb', line 11 def attribute_value @attribute_value end |
#changed_at ⇒ Object
Returns the value of attribute changed_at
11 12 13 |
# File 'lib/historyable.rb', line 11 def changed_at @changed_at end |