Class: AdWords::V201003::TargetingIdeaService::SoapHeader

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



101
102
103
104
105
106
107
108
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 101

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.



94
95
96
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 94

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



95
96
97
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 95

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



96
97
98
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 96

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



97
98
99
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 97

def developerToken
  @developerToken
end

#userAgentObject

Returns the value of attribute userAgent.



98
99
100
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 98

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



99
100
101
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 99

def validateOnly
  @validateOnly
end