Class: AdWords::V201003::BulkMutateJobService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

SoapHeader

  • 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(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil) ⇒ SoapHeader

Returns a new instance of SoapHeader.



3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3542

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

Instance Attribute Details

#authTokenObject

Returns the value of attribute authToken.



3535
3536
3537
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3535

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



3536
3537
3538
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3536

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



3537
3538
3539
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3537

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



3538
3539
3540
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3538

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



3539
3540
3541
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3539

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



3540
3541
3542
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3540

def validateOnly
  @validateOnly
end