Class: AdwordsApi::V200909::InfoService::SoapHeader

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



36
37
38
39
40
41
42
43
44
# File 'lib/adwords_api/v200909/InfoService.rb', line 36

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.



28
29
30
# File 'lib/adwords_api/v200909/InfoService.rb', line 28

def applicationToken
  @applicationToken
end

#authTokenObject

Returns the value of attribute authToken.



29
30
31
# File 'lib/adwords_api/v200909/InfoService.rb', line 29

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



30
31
32
# File 'lib/adwords_api/v200909/InfoService.rb', line 30

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



31
32
33
# File 'lib/adwords_api/v200909/InfoService.rb', line 31

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



32
33
34
# File 'lib/adwords_api/v200909/InfoService.rb', line 32

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



33
34
35
# File 'lib/adwords_api/v200909/InfoService.rb', line 33

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



34
35
36
# File 'lib/adwords_api/v200909/InfoService.rb', line 34

def validateOnly
  @validateOnly
end