Class: AdWords::V200909::BulkMutateJobService::SoapHeader

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



3102
3103
3104
3105
3106
3107
3108
3109
3110
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3102

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.



3094
3095
3096
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3094

def applicationToken
  @applicationToken
end

#authTokenObject

Returns the value of attribute authToken.



3095
3096
3097
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3095

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



3096
3097
3098
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3096

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



3097
3098
3099
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3097

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



3098
3099
3100
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3098

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



3099
3100
3101
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3099

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



3100
3101
3102
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3100

def validateOnly
  @validateOnly
end