Class: AdwordsApi::V201003::MediaService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201003/MediaService.rb

Overview

SoapHeader

  • 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(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil) ⇒ SoapHeader

Returns a new instance of SoapHeader.



73
74
75
76
77
78
79
80
# File 'lib/adwords_api/v201003/MediaService.rb', line 73

def initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil)
  @authToken = authToken
  @clientCustomerId = clientCustomerId
  @clientEmail = clientEmail
  @developerToken = developerToken
  @userAgent = userAgent
  @validateOnly = validateOnly
end

Instance Attribute Details

#authTokenObject

Returns the value of attribute authToken.



66
67
68
# File 'lib/adwords_api/v201003/MediaService.rb', line 66

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



67
68
69
# File 'lib/adwords_api/v201003/MediaService.rb', line 67

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



68
69
70
# File 'lib/adwords_api/v201003/MediaService.rb', line 68

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



69
70
71
# File 'lib/adwords_api/v201003/MediaService.rb', line 69

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



70
71
72
# File 'lib/adwords_api/v201003/MediaService.rb', line 70

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



71
72
73
# File 'lib/adwords_api/v201003/MediaService.rb', line 71

def validateOnly
  @validateOnly
end