Module: Hawkular::EnvConfig
- Defined in:
- lib/hawkular/env_config.rb
Class Method Summary collapse
Class Method Details
.log_response? ⇒ Boolean
7 8 9 |
# File 'lib/hawkular/env_config.rb', line 7 def log_response? ENV['HAWKULARCLIENT_LOG_RESPONSE'] end |
.rest_timeout ⇒ Object
11 12 13 |
# File 'lib/hawkular/env_config.rb', line 11 def rest_timeout ENV['HAWKULARCLIENT_REST_TIMEOUT'] end |