Class: DaimonSkycrawlers::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_intervalObject

Returns the value of attribute crawler_interval



7
8
9
# File 'lib/daimon_skycrawlers.rb', line 7

def crawler_interval
  @crawler_interval
end

#loggerObject

Returns the value of attribute logger



7
8
9
# File 'lib/daimon_skycrawlers.rb', line 7

def logger
  @logger
end

#queue_name_prefixObject

Returns the value of attribute queue_name_prefix



7
8
9
# File 'lib/daimon_skycrawlers.rb', line 7

def queue_name_prefix
  @queue_name_prefix
end

#shutdown_intervalObject

Returns the value of attribute shutdown_interval



7
8
9
# File 'lib/daimon_skycrawlers.rb', line 7

def shutdown_interval
  @shutdown_interval
end