lib/adwords4r/v13/InfoServiceDriver.rb in adwords4r-13.0.1 vs lib/adwords4r/v13/InfoServiceDriver.rb in adwords4r-15.0.1

- old
+ new

@@ -1,10 +1,11 @@ require 'adwords4r/v13/InfoService' require 'adwords4r/v13/InfoServiceMappingRegistry' require 'soap/rpc/driver' module AdWords +module V13 module InfoService class InfoInterface < ::SOAP::RPC::Driver DefaultEndpointUrl = "https://adwords.google.com/api/adwords/v13/InfoService" @@ -13,67 +14,67 @@ "getFreeUsageQuotaThisMonth", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getFreeUsageQuotaThisMonth"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getFreeUsageQuotaThisMonthResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, - :faults => {"AdWords::InfoService::ApiException"=>{:encodingstyle=>"document", :name=>"ApiException", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/v13", :use=>"literal"}} } + :faults => {"AdWords::V13::InfoService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} } ], [ "", "getMethodCost", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getMethodCost"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getMethodCostResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, - :faults => {"AdWords::InfoService::ApiException"=>{:encodingstyle=>"document", :name=>"ApiException", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/v13", :use=>"literal"}} } + :faults => {"AdWords::V13::InfoService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} } ], [ "", "getOperationCount", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getOperationCount"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getOperationCountResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, - :faults => {"AdWords::InfoService::ApiException"=>{:encodingstyle=>"document", :name=>"ApiException", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/v13", :use=>"literal"}} } + :faults => {"AdWords::V13::InfoService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} } ], [ "", "getOperationsQuotaThisMonth", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getOperationsQuotaThisMonth"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getOperationsQuotaThisMonthResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, - :faults => {"AdWords::InfoService::ApiException"=>{:encodingstyle=>"document", :name=>"ApiException", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/v13", :use=>"literal"}} } + :faults => {"AdWords::V13::InfoService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} } ], [ "", "getUnitCount", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getUnitCount"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getUnitCountResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, - :faults => {"AdWords::InfoService::ApiException"=>{:encodingstyle=>"document", :name=>"ApiException", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/v13", :use=>"literal"}} } + :faults => {"AdWords::V13::InfoService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} } ], [ "", "getUnitCountForClients", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getUnitCountForClients"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getUnitCountForClientsResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, - :faults => {"AdWords::InfoService::ApiException"=>{:encodingstyle=>"document", :name=>"ApiException", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/v13", :use=>"literal"}} } + :faults => {"AdWords::V13::InfoService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} } ], [ "", "getUnitCountForMethod", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getUnitCountForMethod"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getUnitCountForMethodResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, - :faults => {"AdWords::InfoService::ApiException"=>{:encodingstyle=>"document", :name=>"ApiException", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/v13", :use=>"literal"}} } + :faults => {"AdWords::V13::InfoService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} } ], [ "", "getUsageQuotaThisMonth", [ ["in", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getUsageQuotaThisMonth"]], ["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "getUsageQuotaThisMonthResponse"]] ], { :request_style => :document, :request_use => :literal, :response_style => :document, :response_use => :literal, - :faults => {"AdWords::InfoService::ApiException"=>{:encodingstyle=>"document", :name=>"ApiException", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/v13", :use=>"literal"}} } + :faults => {"AdWords::V13::InfoService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} } ] ] def initialize(endpoint_url = nil) endpoint_url ||= DefaultEndpointUrl @@ -103,7 +104,8 @@ end end end +end end end