Module: FTW::Agent::Configuration

Included in:
FTW::Agent
Defined in:
lib/ftw/agent/configuration.rb

Overview

Experimentation with an agent configuration similar to Firefox’s about:config

Constant Summary collapse

REDIRECTION_LIMIT =

The config key for setting how many redirects will be followed before giving up.

"redirection-limit".freeze

Instance Method Summary collapse

Instance Method Details

#configurationObject

Get the configuration hash



10
11
12
# File 'lib/ftw/agent/configuration.rb', line 10

def configuration
  return @configuration ||= Hash.new
end