Class: AdWords::V200909::AdGroupAdService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

SoapHeader

  • applicationToken - SOAP::SOAPString

  • authToken - SOAP::SOAPString

  • clientCustomerId - SOAP::SOAPString

  • clientEmail - SOAP::SOAPString

  • developerToken - SOAP::SOAPString

  • userAgent - SOAP::SOAPString

  • validateOnly - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SoapHeader.



168
169
170
171
172
173
174
175
176
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 168

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

Instance Attribute Details

#applicationTokenObject

Returns the value of attribute applicationToken.



160
161
162
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 160

def applicationToken
  @applicationToken
end

#authTokenObject

Returns the value of attribute authToken.



161
162
163
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 161

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



162
163
164
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 162

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



163
164
165
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 163

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



164
165
166
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 164

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



165
166
167
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 165

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



166
167
168
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 166

def validateOnly
  @validateOnly
end