Class: RailsSimpleEventSourcing::Commands::Base
- Inherits:
-
Object
- Object
- RailsSimpleEventSourcing::Commands::Base
- Includes:
- ActiveModel::Model, ActiveModel::Validations
- Defined in:
- lib/rails_simple_event_sourcing/commands/base.rb
Instance Attribute Summary collapse
-
#aggregate_id ⇒ Object
Returns the value of attribute aggregate_id.
Instance Attribute Details
#aggregate_id ⇒ Object
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 |