Module: EntitySnapshot::EventStore::Controls::Entity::Data

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

Class Method Summary collapse

Class Method Details

.exampleObject



26
27
28
29
30
# File 'lib/entity_snapshot/event_store/controls/entity.rb', line 26

def self.example
  {
    some_attribute: MessageStore::Controls::RandomValue.example
  }
end