Class: SongkickQueue::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#amqpObject

Returns the value of attribute amqp

Returns:

  • the current value of amqp



13
14
15
# File 'lib/songkick_queue.rb', line 13

def amqp
  @amqp
end

#loggerObject

Returns the value of attribute logger

Returns:

  • the current value of logger



13
14
15
# File 'lib/songkick_queue.rb', line 13

def logger
  @logger
end

#queue_namespaceObject

Returns the value of attribute queue_namespace

Returns:

  • the current value of queue_namespace



13
14
15
# File 'lib/songkick_queue.rb', line 13

def queue_namespace
  @queue_namespace
end