Module: EntitySnapshot::EventStore::Controls::Snapshot

Defined in:
lib/entity_snapshot/event_store/controls/snapshot.rb

Class Method Summary collapse

Class Method Details

.exampleObject



5
6
7
# File 'lib/entity_snapshot/event_store/controls/snapshot.rb', line 5

def self.example
  EntitySnapshot::EventStore.build(Controls::Entity::Example)
end

.subjectObject



9
10
11
# File 'lib/entity_snapshot/event_store/controls/snapshot.rb', line 9

def self.subject
  Controls::Entity::Example
end