Class: HasManyVersions::HistoryItem
- Inherits:
-
Struct
- Object
- Struct
- HasManyVersions::HistoryItem
- Defined in:
- lib/has_many_versions.rb
Instance Attribute Summary collapse
-
#state ⇒ Object
Returns the value of attribute state.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#state ⇒ Object
Returns the value of attribute state
11 12 13 |
# File 'lib/has_many_versions.rb', line 11 def state @state end |
#version ⇒ Object
Returns the value of attribute version
11 12 13 |
# File 'lib/has_many_versions.rb', line 11 def version @version end |