Sha256: 2f50c2bc3569f093c6b9d108acbe7c09122dd088566b66a7e938bac64cfb2d0d
Contents?: true
Size: 323 Bytes
Versions: 7
Compression:
Stored size: 323 Bytes
Contents
module Bing module Ads module API # Bing::Ads::API::V11 module V11 NAMESPACE_IDENTIFIER = :v11 def self.constants @_config || fail('Error loading bing ads gem') end def self.constants=(config) @_config = config end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems