Class: AdwordsApi::V201101::CampaignService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/CampaignService.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.



129
130
131
132
133
134
135
136
137
# File 'lib/adwords_api/v201101/CampaignService.rb', line 129

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.



121
122
123
# File 'lib/adwords_api/v201101/CampaignService.rb', line 121

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



122
123
124
# File 'lib/adwords_api/v201101/CampaignService.rb', line 122

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



123
124
125
# File 'lib/adwords_api/v201101/CampaignService.rb', line 123

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



124
125
126
# File 'lib/adwords_api/v201101/CampaignService.rb', line 124

def developerToken
  @developerToken
end

#partialFailureObject

Returns the value of attribute partialFailure.



127
128
129
# File 'lib/adwords_api/v201101/CampaignService.rb', line 127

def partialFailure
  @partialFailure
end

#userAgentObject

Returns the value of attribute userAgent.



125
126
127
# File 'lib/adwords_api/v201101/CampaignService.rb', line 125

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



126
127
128
# File 'lib/adwords_api/v201101/CampaignService.rb', line 126

def validateOnly
  @validateOnly
end