Class: AggregateRoot::Configuration
- Inherits:
-
Object
- Object
- AggregateRoot::Configuration
- Defined in:
- lib/aggregate_root/configuration.rb
Instance Attribute Summary collapse
-
#default_event_store ⇒ Object
Returns the value of attribute default_event_store.
Instance Attribute Details
#default_event_store ⇒ Object
Returns the value of attribute default_event_store.
14 15 16 |
# File 'lib/aggregate_root/configuration.rb', line 14 def default_event_store @default_event_store end |