Class: DaimonSkycrawlers::Configuration

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

Overview

Configuration class

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_intervalObject

Returns the value of attribute crawler_interval

Returns:

  • (Object)

    the current value of crawler_interval



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

def crawler_interval
  @crawler_interval
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



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

def logger
  @logger
end

#queue_name_prefixObject

Returns the value of attribute queue_name_prefix

Returns:

  • (Object)

    the current value of queue_name_prefix



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

def queue_name_prefix
  @queue_name_prefix
end

#shutdown_intervalObject

Returns the value of attribute shutdown_interval

Returns:

  • (Object)

    the current value of shutdown_interval



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

def shutdown_interval
  @shutdown_interval
end