Class: SandthornDriverSequel::SnapshotWrapper

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb

Instance Method Summary collapse

Instance Method Details

#aggregate_table_idObject



15
16
17
# File 'lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb', line 15

def aggregate_table_id
  self[:aggregate_table_id]
end

#aggregate_versionObject



3
4
5
# File 'lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb', line 3

def aggregate_version
  self[:aggregate].aggregate_version
end

#dataObject



7
8
9
# File 'lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb', line 7

def data
  self[:aggregate]
end

#snapshot_idObject



11
12
13
# File 'lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb', line 11

def snapshot_id
  self[:snapshot_id]
end