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
16 17 18 |
# File 'lib/songkick_queue.rb', line 16 def host @host end |
#logger ⇒ Object
Returns the value of attribute logger
16 17 18 |
# File 'lib/songkick_queue.rb', line 16 def logger @logger end |
#max_reconnect_attempts ⇒ Object
Returns the value of attribute max_reconnect_attempts
16 17 18 |
# File 'lib/songkick_queue.rb', line 16 def max_reconnect_attempts @max_reconnect_attempts end |
#network_recovery_interval ⇒ Object
Returns the value of attribute network_recovery_interval
16 17 18 |
# File 'lib/songkick_queue.rb', line 16 def network_recovery_interval @network_recovery_interval end |
#password ⇒ Object
Returns the value of attribute password
16 17 18 |
# File 'lib/songkick_queue.rb', line 16 def password @password end |
#port ⇒ Object
Returns the value of attribute port
16 17 18 |
# File 'lib/songkick_queue.rb', line 16 def port @port end |
#username ⇒ Object
Returns the value of attribute username
16 17 18 |
# File 'lib/songkick_queue.rb', line 16 def username @username end |
#vhost ⇒ Object
Returns the value of attribute vhost
16 17 18 |
# File 'lib/songkick_queue.rb', line 16 def vhost @vhost end |