Class: AdwordsApi::V200909::CampaignService::SoapHeader

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



65
66
67
68
69
70
71
72
73
# File 'lib/adwords_api/v200909/CampaignService.rb', line 65

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.



57
58
59
# File 'lib/adwords_api/v200909/CampaignService.rb', line 57

def applicationToken
  @applicationToken
end

#authTokenObject

Returns the value of attribute authToken.



58
59
60
# File 'lib/adwords_api/v200909/CampaignService.rb', line 58

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



59
60
61
# File 'lib/adwords_api/v200909/CampaignService.rb', line 59

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



60
61
62
# File 'lib/adwords_api/v200909/CampaignService.rb', line 60

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



61
62
63
# File 'lib/adwords_api/v200909/CampaignService.rb', line 61

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



62
63
64
# File 'lib/adwords_api/v200909/CampaignService.rb', line 62

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



63
64
65
# File 'lib/adwords_api/v200909/CampaignService.rb', line 63

def validateOnly
  @validateOnly
end