module Hawkular::EnvConfig
Public Instance Methods
log_response?()
click to toggle source
# File lib/hawkular/env_config.rb 7 def log_response? 8 ENV['HAWKULARCLIENT_LOG_RESPONSE'] 9 end
rest_timeout()
click to toggle source
# File lib/hawkular/env_config.rb 11 def rest_timeout 12 ENV['HAWKULARCLIENT_REST_TIMEOUT'] 13 end