Class: AdWords::V201003::ReportDefinitionService::SoapHeader

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



85
86
87
88
89
90
91
92
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 85

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.



78
79
80
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 78

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



79
80
81
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 79

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



80
81
82
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 80

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



81
82
83
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 81

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



82
83
84
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 82

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



83
84
85
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 83

def validateOnly
  @validateOnly
end