module AdManagerApi::ApiConfig
Contains helper methods for loading and managing the available services.
Constants
- API_NAME
-
Set other constants
- CLIENT_LIB_VERSION
- DEFAULT_CONFIG_FILENAME
- DEFAULT_VERSION
-
Set defaults
- LATEST_VERSION
Public Class Methods
Source
# File lib/ad_manager_api/api_config.rb, line 150 def self.config(key) @@config[key] end
Source
# File lib/ad_manager_api/api_config.rb, line 158 def self.default_config_filename DEFAULT_CONFIG_FILENAME end
Source
# File lib/ad_manager_api/api_config.rb, line 134 def self.default_version DEFAULT_VERSION end
Getters for constants and module variables.
Source
# File lib/ad_manager_api/api_config.rb, line 138 def self.latest_version LATEST_VERSION end
Source
# File lib/ad_manager_api/api_config.rb, line 146 def self.service_config @@service_config end
Source
# File lib/ad_manager_api/api_config.rb, line 154 def self.subdir_config nil end