Class: AdwordsApi::V201008::TargetingIdeaService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/TargetingIdeaService.rb

Overview

SoapHeader

  • authToken - SOAP::SOAPString

  • clientCustomerId - SOAP::SOAPString

  • clientEmail - SOAP::SOAPString

  • developerToken - SOAP::SOAPString

  • userAgent - SOAP::SOAPString

  • validateOnly - SOAP::SOAPBoolean

  • partialFailure - 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, partialFailure = nil) ⇒ SoapHeader

Returns a new instance of SoapHeader.



1121
1122
1123
1124
1125
1126
1127
1128
1129
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1121

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

Instance Attribute Details

#authTokenObject

Returns the value of attribute authToken.



1113
1114
1115
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1113

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



1114
1115
1116
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1114

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



1115
1116
1117
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1115

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



1116
1117
1118
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1116

def developerToken
  @developerToken
end

#partialFailureObject

Returns the value of attribute partialFailure.



1119
1120
1121
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1119

def partialFailure
  @partialFailure
end

#userAgentObject

Returns the value of attribute userAgent.



1117
1118
1119
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1117

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



1118
1119
1120
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1118

def validateOnly
  @validateOnly
end