module BingAdsRubySdk
Constants
- DEFAULT_SDK_VERSION
- ROOT_PATH
- TYPE_KEY
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/bing_ads_ruby_sdk.rb, line 11 def self.config @configuration ||= BingAdsRubySdk::Configuration.new end
configure() { |config| ... }
click to toggle source
# File lib/bing_ads_ruby_sdk.rb, line 15 def self.configure yield(config) end
log(level, *args, &block)
click to toggle source
# File lib/bing_ads_ruby_sdk.rb, line 19 def self.log(level, *args, &block) return unless config.log config.logger.send(level, *args, &block) end
root_path()
click to toggle source
# File lib/bing_ads_ruby_sdk.rb, line 24 def self.root_path ROOT_PATH end
type_key()
click to toggle source
# File lib/bing_ads_ruby_sdk.rb, line 28 def self.type_key TYPE_KEY end