Class: ActualDbSchema::Store::Item

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

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



8
9
10
# File 'lib/actual_db_schema/store.rb', line 8

def branch
  @branch
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



8
9
10
# File 'lib/actual_db_schema/store.rb', line 8

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/actual_db_schema/store.rb', line 8

def version
  @version
end