Class: AdWords::V201008::ReportDefinitionService::ReportDefinitionServiceInterface
- Inherits:
-
SOAP::RPC::Driver
- Object
- SOAP::RPC::Driver
- AdWords::V201008::ReportDefinitionService::ReportDefinitionServiceInterface
- Defined in:
- lib/adwords4r/v201008/ReportDefinitionServiceDriver.rb
Constant Summary collapse
- DefaultEndpointUrl =
"https://adwords.google.com/api/adwords/cm/v201008/ReportDefinitionService"- Methods =
[ [ "", "get", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "get"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "getResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, :faults => {"AdWords::V201008::ReportDefinitionService::ApiException"=>{:namespace=>nil, :use=>"literal", :ns=>"https://adwords.google.com/api/adwords/cm/v201008", :name=>"ApiException", :encodingstyle=>"document"}} } ], [ "", "getReportFields", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "getReportFields"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "getReportFieldsResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, :faults => {"AdWords::V201008::ReportDefinitionService::ApiException"=>{:namespace=>nil, :use=>"literal", :ns=>"https://adwords.google.com/api/adwords/cm/v201008", :name=>"ApiException", :encodingstyle=>"document"}} } ], [ "", "mutate", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "mutate"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "mutateResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, :faults => {"AdWords::V201008::ReportDefinitionService::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) ⇒ ReportDefinitionServiceInterface
constructor
A new instance of ReportDefinitionServiceInterface.
Constructor Details
#initialize(endpoint_url = nil) ⇒ ReportDefinitionServiceInterface
Returns a new instance of ReportDefinitionServiceInterface.
39 40 41 42 43 44 45 |
# File 'lib/adwords4r/v201008/ReportDefinitionServiceDriver.rb', line 39 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 |