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 Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
14 15 16 |
# File 'lib/aggregate_root/configuration.rb', line 14 def initialize @default_event_store = nil end |
Instance Attribute Details
#default_event_store ⇒ Object
Returns the value of attribute default_event_store.
12 13 14 |
# File 'lib/aggregate_root/configuration.rb', line 12 def default_event_store @default_event_store end |