Class: AdWords::V201008::CampaignCriterionService::SoapHeader

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



59
60
61
62
63
64
65
66
67
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 59

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.



51
52
53
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 51

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



52
53
54
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 52

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



53
54
55
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 53

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



54
55
56
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 54

def developerToken
  @developerToken
end

#partialFailureObject

Returns the value of attribute partialFailure.



57
58
59
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 57

def partialFailure
  @partialFailure
end

#userAgentObject

Returns the value of attribute userAgent.



55
56
57
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 55

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



56
57
58
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 56

def validateOnly
  @validateOnly
end