Method: Appfuel::WebApi::HttpModel.load_config

Defined in:
lib/appfuel/storage/web_api/http_model.rb

.load_configObject



19
20
21
22
23
24
25
# File 'lib/appfuel/storage/web_api/http_model.rb', line 19

def load_config
  config = app_container[:config]
  unless config.key?(config_key)
    fail "[web_api] config key (#{config_key}) not found - #{self}"
  end
  config[config_key]
end