Class: AdWords::V200909::TargetingIdeaService::TargetingIdeaServiceInterface
- Inherits:
-
SOAP::RPC::Driver
- Object
- SOAP::RPC::Driver
- AdWords::V200909::TargetingIdeaService::TargetingIdeaServiceInterface
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaServiceDriver.rb
Constant Summary collapse
- DefaultEndpointUrl =
"https://adwords.google.com/api/adwords/o/v200909/TargetingIdeaService"- Methods =
[ [ "", "get", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/o/v200909", "get"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/o/v200909", "getResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, :faults => {"AdWords::V200909::TargetingIdeaService::ApiException_"=>{:namespace=>nil, :use=>"literal", :ns=>"https://adwords.google.com/api/adwords/o/v200909", :name=>"ApiException", :encodingstyle=>"document"}} } ], [ "", "getBulkKeywordIdeas", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/o/v200909", "getBulkKeywordIdeas"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/o/v200909", "getBulkKeywordIdeasResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, :faults => {"AdWords::V200909::TargetingIdeaService::ApiException_"=>{:namespace=>nil, :use=>"literal", :ns=>"https://adwords.google.com/api/adwords/o/v200909", :name=>"ApiException", :encodingstyle=>"document"}} } ] ]
Instance Method Summary collapse
-
#initialize(endpoint_url = nil) ⇒ TargetingIdeaServiceInterface
constructor
A new instance of TargetingIdeaServiceInterface.
Constructor Details
#initialize(endpoint_url = nil) ⇒ TargetingIdeaServiceInterface
Returns a new instance of TargetingIdeaServiceInterface.
31 32 33 34 35 36 37 |
# File 'lib/adwords4r/v200909/TargetingIdeaServiceDriver.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 |