Class: AdWords::V201003::AdParamService::AdParamServiceInterface

Inherits:
SOAP::RPC::Driver show all
Defined in:
lib/adwords4r/v201003/AdParamServiceDriver.rb

Constant Summary collapse

DefaultEndpointUrl =
"https://adwords.google.com/api/adwords/cm/v201003/AdParamService"
Methods =
[
  [ "",
    "get",
    [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201003", "get"]],
      ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201003", "getResponse"]] ],
    { :request_style =>  :document, :request_use =>  :literal,
      :response_style => :document, :response_use => :literal,
      :faults => {"AdWords::V201003::AdParamService::ApiException"=>{:namespace=>nil, :use=>"literal", :ns=>"https://adwords.google.com/api/adwords/cm/v201003", :name=>"ApiException", :encodingstyle=>"document"}} }
  ],
  [ "",
    "mutate",
    [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201003", "mutate"]],
      ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201003", "mutateResponse"]] ],
    { :request_style =>  :document, :request_use =>  :literal,
      :response_style => :document, :response_use => :literal,
      :faults => {"AdWords::V201003::AdParamService::ApiException"=>{:namespace=>nil, :use=>"literal", :ns=>"https://adwords.google.com/api/adwords/cm/v201003", :name=>"ApiException", :encodingstyle=>"document"}} }
  ]
]

Instance Method Summary collapse

Constructor Details

#initialize(endpoint_url = nil) ⇒ AdParamServiceInterface

Returns a new instance of AdParamServiceInterface.



31
32
33
34
35
36
37
# File 'lib/adwords4r/v201003/AdParamServiceDriver.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