Class: Historyable::Item
- Inherits:
-
Struct
- Object
- Struct
- Historyable::Item
- Defined in:
- lib/historyable.rb
Instance Attribute Summary collapse
-
#association_name ⇒ Object
Returns the value of attribute association_name.
-
#attribute ⇒ Object
Returns the value of attribute attribute.
Instance Attribute Details
#association_name ⇒ Object
Returns the value of attribute association_name
7 8 9 |
# File 'lib/historyable.rb', line 7 def association_name @association_name end |
#attribute ⇒ Object
Returns the value of attribute attribute
7 8 9 |
# File 'lib/historyable.rb', line 7 def attribute @attribute end |