Class: AdWords::V201008::AdGroupAdService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdGroupAdService.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.



155
156
157
158
159
160
161
162
163
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 155

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.



147
148
149
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 147

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



148
149
150
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 148

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



149
150
151
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 149

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



150
151
152
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 150

def developerToken
  @developerToken
end

#partialFailureObject

Returns the value of attribute partialFailure.



153
154
155
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 153

def partialFailure
  @partialFailure
end

#userAgentObject

Returns the value of attribute userAgent.



151
152
153
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 151

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



152
153
154
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 152

def validateOnly
  @validateOnly
end