Class: AdWords::V200909::CampaignCriterionService::SoapHeader

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



49
50
51
52
53
54
55
56
57
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 49

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.



41
42
43
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 41

def applicationToken
  @applicationToken
end

#authTokenObject

Returns the value of attribute authToken.



42
43
44
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 42

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



43
44
45
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 43

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



44
45
46
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 44

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



45
46
47
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 45

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



46
47
48
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 46

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



47
48
49
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 47

def validateOnly
  @validateOnly
end