Class: AdWords::V200909::InfoService::InfoServiceInterface
- Inherits:
-
SOAP::RPC::Driver
- Object
- SOAP::RPC::Driver
- AdWords::V200909::InfoService::InfoServiceInterface
- Defined in:
- lib/adwords4r/v200909/InfoServiceDriver.rb
Constant Summary collapse
- DefaultEndpointUrl =
"https://adwords.google.com/api/adwords/info/v200909/InfoService"- Methods =
[ [ "", "get", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/info/v200909", "get"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/info/v200909", "getResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, :faults => {"AdWords::V200909::InfoService::ApiException_"=>{:namespace=>nil, :use=>"literal", :ns=>"https://adwords.google.com/api/adwords/info/v200909", :name=>"ApiException", :encodingstyle=>"document"}} } ] ]
Instance Method Summary collapse
-
#initialize(endpoint_url = nil) ⇒ InfoServiceInterface
constructor
A new instance of InfoServiceInterface.
Constructor Details
#initialize(endpoint_url = nil) ⇒ InfoServiceInterface
Returns a new instance of InfoServiceInterface.
23 24 25 26 27 28 29 |
# File 'lib/adwords4r/v200909/InfoServiceDriver.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 |