Class: RubyEventStore::CorrelatedCommands::MiniEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_event_store/correlated_commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#correlation_idObject

Returns the value of attribute correlation_id

Returns:

  • (Object)

    the current value of correlation_id



10
11
12
# File 'lib/ruby_event_store/correlated_commands.rb', line 10

def correlation_id
  @correlation_id
end

#message_idObject

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



10
11
12
# File 'lib/ruby_event_store/correlated_commands.rb', line 10

def message_id
  @message_id
end