Class: AdWords::V201008::BidLandscapeService::BidLandscapeServiceInterface
- Inherits:
-
SOAP::RPC::Driver
- Object
- SOAP::RPC::Driver
- AdWords::V201008::BidLandscapeService::BidLandscapeServiceInterface
- Defined in:
- lib/adwords4r/v201008/BidLandscapeServiceDriver.rb
Constant Summary collapse
- DefaultEndpointUrl =
"https://adwords.google.com/api/adwords/cm/v201008/BidLandscapeService"- Methods =
[ [ "", "getBidLandscape", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "getBidLandscape"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "getBidLandscapeResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, :faults => {"AdWords::V201008::BidLandscapeService::ApiException"=>{:namespace=>nil, :use=>"literal", :ns=>"https://adwords.google.com/api/adwords/cm/v201008", :name=>"ApiException", :encodingstyle=>"document"}} } ] ]
Instance Method Summary collapse
-
#initialize(endpoint_url = nil) ⇒ BidLandscapeServiceInterface
constructor
A new instance of BidLandscapeServiceInterface.
Constructor Details
#initialize(endpoint_url = nil) ⇒ BidLandscapeServiceInterface
Returns a new instance of BidLandscapeServiceInterface.
23 24 25 26 27 28 29 |
# File 'lib/adwords4r/v201008/BidLandscapeServiceDriver.rb', line 23 def initialize(endpoint_url = nil) endpoint_url ||= DefaultEndpointUrl super(endpoint_url, nil) self.mapping_registry = DefaultMappingRegistry::EncodedRegistry self.literal_mapping_registry = DefaultMappingRegistry::LiteralRegistry init_methods end |