Class: SongkickQueue::Configuration
- Inherits:
-
Struct
- Object
- Struct
- SongkickQueue::Configuration
- Defined in:
- lib/songkick_queue.rb
Instance Attribute Summary collapse
-
#amqp ⇒ Object
Returns the value of attribute amqp.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#queue_namespace ⇒ Object
Returns the value of attribute queue_namespace.
Instance Attribute Details
#amqp ⇒ Object
Returns the value of attribute amqp
13 14 15 |
# File 'lib/songkick_queue.rb', line 13 def amqp @amqp end |
#logger ⇒ Object
Returns the value of attribute logger
13 14 15 |
# File 'lib/songkick_queue.rb', line 13 def logger @logger end |
#queue_namespace ⇒ Object
Returns the value of attribute queue_namespace
13 14 15 |
# File 'lib/songkick_queue.rb', line 13 def queue_namespace @queue_namespace end |