Class: AdwordsApi::V201101::DataService::DataServiceInterface

Inherits:
SOAP::RPC::Driver
  • Object
show all
Defined in:
lib/adwords_api/v201101/DataServiceDriver.rb

Constant Summary collapse

DefaultEndpointUrl =
"https://adwords.google.com/api/adwords/cm/v201101/DataService"
Methods =
[
  [ "",
    "getAdGroupBidLandscape",
    [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201101", "getAdGroupBidLandscape"]],
      ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201101", "getAdGroupBidLandscapeResponse"]] ],
    { :request_style =>  :document, :request_use =>  :literal,
      :response_style => :document, :response_use => :literal,
      :faults => {"AdwordsApi::V201101::DataService::ApiException"=>{:use=>"literal", :namespace=>nil, :name=>"ApiException", :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :encodingstyle=>"document"}} }
  ],
  [ "",
    "getCriterionBidLandscape",
    [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201101", "getCriterionBidLandscape"]],
      ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201101", "getCriterionBidLandscapeResponse"]] ],
    { :request_style =>  :document, :request_use =>  :literal,
      :response_style => :document, :response_use => :literal,
      :faults => {"AdwordsApi::V201101::DataService::ApiException"=>{:use=>"literal", :namespace=>nil, :name=>"ApiException", :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :encodingstyle=>"document"}} }
  ]
]

Instance Method Summary collapse

Constructor Details

#initialize(endpoint_url = nil) ⇒ DataServiceInterface

Returns a new instance of DataServiceInterface.



31
32
33
34
35
36
37
# File 'lib/adwords_api/v201101/DataServiceDriver.rb', line 31

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