Class: AdwordsApi::V200909::CampaignAdExtensionService::SoapHeader

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



90
91
92
93
94
95
96
97
98
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 90

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.



82
83
84
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 82

def applicationToken
  @applicationToken
end

#authTokenObject

Returns the value of attribute authToken.



83
84
85
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 83

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



84
85
86
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 84

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



85
86
87
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 85

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



86
87
88
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 86

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



87
88
89
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 87

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



88
89
90
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 88

def validateOnly
  @validateOnly
end