module EntitySnapshot::EventStore::Controls::Snapshot

Public Class Methods

example() click to toggle source
# File lib/entity_snapshot/event_store/controls/snapshot.rb, line 5
def self.example
  EntitySnapshot::EventStore.build(Controls::Entity::Example)
end
subject() click to toggle source
# File lib/entity_snapshot/event_store/controls/snapshot.rb, line 9
def self.subject
  Controls::Entity::Example
end