Class: AdwordsApi::V201101::CampaignTargetService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/CampaignTargetService.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.



64
65
66
67
68
69
70
71
72
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 64

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.



56
57
58
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 56

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



57
58
59
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 57

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



58
59
60
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 58

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



59
60
61
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 59

def developerToken
  @developerToken
end

#partialFailureObject

Returns the value of attribute partialFailure.



62
63
64
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 62

def partialFailure
  @partialFailure
end

#userAgentObject

Returns the value of attribute userAgent.



60
61
62
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 60

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



61
62
63
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 61

def validateOnly
  @validateOnly
end