Sha256: 14cb70fed4790a6eb656859619e5f66fe7cd84519856d51c564f26d868944298

Contents?: true

Size: 191 Bytes

Versions: 4

Compression:

Stored size: 191 Bytes

Contents

module SandthornDriverSequel
  class SnapshotWrapper < SimpleDelegator
    def aggregate_version
      self[:aggregate_version]
    end

    def data
      self[:event_data]
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sandthorn_driver_sequel-2.1.1 lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb
sandthorn_driver_sequel-2.1.0 lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb
sandthorn_driver_sequel-2.0.1 lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb
sandthorn_driver_sequel-2.0.0 lib/sandthorn_driver_sequel/wrappers/snapshot_wrapper.rb