Class: EventStoreRuby::PostgresEventStore::Options
- Inherits:
-
Struct
- Object
- Struct
- EventStoreRuby::PostgresEventStore::Options
- Defined in:
- lib/eventstore_ruby/postgres_event_store.rb
Instance Attribute Summary collapse
-
#connection_string ⇒ Object
Returns the value of attribute connection_string.
-
#notifier ⇒ Object
Returns the value of attribute notifier.
Instance Attribute Details
#connection_string ⇒ Object
Returns the value of attribute connection_string
10 11 12 |
# File 'lib/eventstore_ruby/postgres_event_store.rb', line 10 def connection_string @connection_string end |
#notifier ⇒ Object
Returns the value of attribute notifier
10 11 12 |
# File 'lib/eventstore_ruby/postgres_event_store.rb', line 10 def notifier @notifier end |