Class: AdwordsApi::V201008::TrafficEstimatorService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/TrafficEstimatorService.rb

Overview

SoapHeader

  • authToken - SOAP::SOAPString

  • clientCustomerId - SOAP::SOAPString

  • clientEmail - SOAP::SOAPString

  • developerToken - SOAP::SOAPString

  • userAgent - SOAP::SOAPString

  • validateOnly - SOAP::SOAPBoolean

  • partialFailure - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil, partialFailure = nil) ⇒ SoapHeader

Returns a new instance of SoapHeader.



971
972
973
974
975
976
977
978
979
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 971

def initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil, partialFailure = nil)
  @authToken = authToken
  @clientCustomerId = clientCustomerId
  @clientEmail = clientEmail
  @developerToken = developerToken
  @userAgent = userAgent
  @validateOnly = validateOnly
  @partialFailure = partialFailure
end

Instance Attribute Details

#authTokenObject

Returns the value of attribute authToken.



963
964
965
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 963

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



964
965
966
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 964

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



965
966
967
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 965

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



966
967
968
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 966

def developerToken
  @developerToken
end

#partialFailureObject

Returns the value of attribute partialFailure.



969
970
971
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 969

def partialFailure
  @partialFailure
end

#userAgentObject

Returns the value of attribute userAgent.



967
968
969
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 967

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



968
969
970
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 968

def validateOnly
  @validateOnly
end