Class: EventStore::Event
- Inherits:
-
Struct
- Object
- Struct
- EventStore::Event
- Defined in:
- lib/event_store.rb
Instance Attribute Summary collapse
-
#aggregate_id ⇒ Object
Returns the value of attribute aggregate_id.
-
#fully_qualified_name ⇒ Object
Returns the value of attribute fully_qualified_name.
-
#occurred_at ⇒ Object
Returns the value of attribute occurred_at.
-
#serialized_event ⇒ Object
Returns the value of attribute serialized_event.
-
#sub_key ⇒ Object
Returns the value of attribute sub_key.
Instance Attribute Details
#aggregate_id ⇒ Object
Returns the value of attribute aggregate_id
19 20 21 |
# File 'lib/event_store.rb', line 19 def aggregate_id @aggregate_id end |
#fully_qualified_name ⇒ Object
Returns the value of attribute fully_qualified_name
19 20 21 |
# File 'lib/event_store.rb', line 19 def fully_qualified_name @fully_qualified_name end |
#occurred_at ⇒ Object
Returns the value of attribute occurred_at
19 20 21 |
# File 'lib/event_store.rb', line 19 def occurred_at @occurred_at end |
#serialized_event ⇒ Object
Returns the value of attribute serialized_event
19 20 21 |
# File 'lib/event_store.rb', line 19 def serialized_event @serialized_event end |
#sub_key ⇒ Object
Returns the value of attribute sub_key
19 20 21 |
# File 'lib/event_store.rb', line 19 def sub_key @sub_key end |