Class: SongkickQueue::Configuration
- Inherits:
-
Struct
- Object
- Struct
- SongkickQueue::Configuration
- Defined in:
- lib/songkick_queue.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#max_reconnect_attempts ⇒ Object
Returns the value of attribute max_reconnect_attempts.
-
#network_recovery_interval ⇒ Object
Returns the value of attribute network_recovery_interval.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#username ⇒ Object
Returns the value of attribute username.
-
#vhost ⇒ Object
Returns the value of attribute vhost.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
14 15 16 |
# File 'lib/songkick_queue.rb', line 14 def host @host end |
#logger ⇒ Object
Returns the value of attribute logger
14 15 16 |
# File 'lib/songkick_queue.rb', line 14 def logger @logger end |
#max_reconnect_attempts ⇒ Object
Returns the value of attribute max_reconnect_attempts
14 15 16 |
# File 'lib/songkick_queue.rb', line 14 def max_reconnect_attempts @max_reconnect_attempts end |
#network_recovery_interval ⇒ Object
Returns the value of attribute network_recovery_interval
14 15 16 |
# File 'lib/songkick_queue.rb', line 14 def network_recovery_interval @network_recovery_interval end |
#password ⇒ Object
Returns the value of attribute password
14 15 16 |
# File 'lib/songkick_queue.rb', line 14 def password @password end |
#port ⇒ Object
Returns the value of attribute port
14 15 16 |
# File 'lib/songkick_queue.rb', line 14 def port @port end |
#username ⇒ Object
Returns the value of attribute username
14 15 16 |
# File 'lib/songkick_queue.rb', line 14 def username @username end |
#vhost ⇒ Object
Returns the value of attribute vhost
14 15 16 |
# File 'lib/songkick_queue.rb', line 14 def vhost @vhost end |