Method: MessageBus::Implementation#config
- Defined in:
- lib/message_bus.rb
#config ⇒ Hash<Symbol => Object> (readonly) Also known as: redis_config
Returns Configuration options hash.
32 33 34 |
# File 'lib/message_bus.rb', line 32 def config @config end |