Class: RubyEventStore::CorrelatedCommands::MiniEvent
- Inherits:
-
Struct
- Object
- Struct
- RubyEventStore::CorrelatedCommands::MiniEvent
- Defined in:
- lib/ruby_event_store/correlated_commands.rb
Instance Attribute Summary collapse
-
#correlation_id ⇒ Object
Returns the value of attribute correlation_id.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
Instance Attribute Details
#correlation_id ⇒ Object
Returns the value of attribute correlation_id
10 11 12 |
# File 'lib/ruby_event_store/correlated_commands.rb', line 10 def correlation_id @correlation_id end |
#message_id ⇒ Object
Returns the value of attribute message_id
10 11 12 |
# File 'lib/ruby_event_store/correlated_commands.rb', line 10 def @message_id end |