Class: SandthornDriverSequel::SnapshotWrapper
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- SandthornDriverSequel::SnapshotWrapper
- Defined in:
- lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb
Instance Method Summary collapse
Instance Method Details
#aggregate_table_id ⇒ Object
15 16 17 |
# File 'lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb', line 15 def aggregate_table_id self[:aggregate_table_id] end |
#aggregate_version ⇒ Object
3 4 5 |
# File 'lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb', line 3 def aggregate_version self[:aggregate].aggregate_version end |
#data ⇒ Object
7 8 9 |
# File 'lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb', line 7 def data self[:aggregate] end |
#snapshot_id ⇒ Object
11 12 13 |
# File 'lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb', line 11 def snapshot_id self[:snapshot_id] end |