Class: EventStoreClient::Event

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/event_store_client/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



9
10
11
# File 'lib/event_store_client/event.rb', line 9

def id
  @id
end