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:

  • (Object)

    the current value of host



16
17
18
# File 'lib/songkick_queue.rb', line 16

def host
  @host
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



16
17
18
# File 'lib/songkick_queue.rb', line 16

def logger
  @logger
end

#max_reconnect_attemptsObject

Returns the value of attribute max_reconnect_attempts

Returns:

  • (Object)

    the current value of max_reconnect_attempts



16
17
18
# File 'lib/songkick_queue.rb', line 16

def max_reconnect_attempts
  @max_reconnect_attempts
end

#network_recovery_intervalObject

Returns the value of attribute network_recovery_interval

Returns:

  • (Object)

    the current value of network_recovery_interval



16
17
18
# File 'lib/songkick_queue.rb', line 16

def network_recovery_interval
  @network_recovery_interval
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



16
17
18
# File 'lib/songkick_queue.rb', line 16

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



16
17
18
# File 'lib/songkick_queue.rb', line 16

def port
  @port
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



16
17
18
# File 'lib/songkick_queue.rb', line 16

def username
  @username
end

#vhostObject

Returns the value of attribute vhost

Returns:

  • (Object)

    the current value of vhost



16
17
18
# File 'lib/songkick_queue.rb', line 16

def vhost
  @vhost
end