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
SSL_TRUST_STORE =

SSL Trust Store

"ssl.trustdb".freeze

Instance Method Summary collapse

Instance Method Details

#configurationObject

Get the configuration hash



15
16
17
# File 'lib/ftw/agent/configuration.rb', line 15

def configuration
  return @configuration ||= default_configuration
end