Class: EventStoreClient::Event
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- EventStoreClient::Event
- Defined in:
- lib/event_store_client/event.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
9 10 11 |
# File 'lib/event_store_client/event.rb', line 9 def id @id end |