Class: RailsSimpleEventSourcing::Commands::Base

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, ActiveModel::Validations
Defined in:
lib/rails_simple_event_sourcing/commands/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_idObject

Returns the value of attribute aggregate_id.



9
10
11
# File 'lib/rails_simple_event_sourcing/commands/base.rb', line 9

def aggregate_id
  @aggregate_id
end