Class: AdWords::V201008::BulkMutateJobService::SoapHeader

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



3957
3958
3959
3960
3961
3962
3963
3964
3965
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3957

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.



3949
3950
3951
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3949

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



3950
3951
3952
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3950

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



3951
3952
3953
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3951

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



3952
3953
3954
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3952

def developerToken
  @developerToken
end

#partialFailureObject

Returns the value of attribute partialFailure.



3955
3956
3957
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3955

def partialFailure
  @partialFailure
end

#userAgentObject

Returns the value of attribute userAgent.



3953
3954
3955
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3953

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



3954
3955
3956
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3954

def validateOnly
  @validateOnly
end