Class: SongkickQueue::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • the current value of host



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

def host
  @host
end

#loggerObject

Returns the value of attribute logger

Returns:

  • the current value of logger



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

def logger
  @logger
end

#max_reconnect_attemptsObject

Returns the value of attribute max_reconnect_attempts

Returns:

  • the current value of max_reconnect_attempts



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

def max_reconnect_attempts
  @max_reconnect_attempts
end

#network_recovery_intervalObject

Returns the value of attribute network_recovery_interval

Returns:

  • the current value of network_recovery_interval



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

def network_recovery_interval
  @network_recovery_interval
end

#passwordObject

Returns the value of attribute password

Returns:

  • the current value of password



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

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • the current value of port



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

def port
  @port
end

#usernameObject

Returns the value of attribute username

Returns:

  • the current value of username



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

def username
  @username
end

#vhostObject

Returns the value of attribute vhost

Returns:

  • the current value of vhost



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

def vhost
  @vhost
end