Class: EventStoreRuby::PostgresEventStore::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/eventstore_ruby/postgres_event_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connection_stringObject

Returns the value of attribute connection_string

Returns:

  • (Object)

    the current value of connection_string



10
11
12
# File 'lib/eventstore_ruby/postgres_event_store.rb', line 10

def connection_string
  @connection_string
end

#notifierObject

Returns the value of attribute notifier

Returns:

  • (Object)

    the current value of notifier



10
11
12
# File 'lib/eventstore_ruby/postgres_event_store.rb', line 10

def notifier
  @notifier
end