Class: ActualDbSchema::Store::Item
- Inherits:
-
Struct
- Object
- Struct
- ActualDbSchema::Store::Item
- Defined in:
- lib/actual_db_schema/store.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch
8 9 10 |
# File 'lib/actual_db_schema/store.rb', line 8 def branch @branch end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
8 9 10 |
# File 'lib/actual_db_schema/store.rb', line 8 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/actual_db_schema/store.rb', line 8 def version @version end |