Class: AdwordsApi::V201003::GeoLocationService::AuthenticationError

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

Overview

AuthenticationError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201003::GeoLocationService::AuthenticationErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



172
173
174
175
176
177
178
# File 'lib/adwords_api/v201003/GeoLocationService.rb', line 172

def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @errorString = errorString
  @apiError_Type = apiError_Type
  @reason = reason
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



169
170
171
# File 'lib/adwords_api/v201003/GeoLocationService.rb', line 169

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



168
169
170
# File 'lib/adwords_api/v201003/GeoLocationService.rb', line 168

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



166
167
168
# File 'lib/adwords_api/v201003/GeoLocationService.rb', line 166

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



170
171
172
# File 'lib/adwords_api/v201003/GeoLocationService.rb', line 170

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



167
168
169
# File 'lib/adwords_api/v201003/GeoLocationService.rb', line 167

def trigger
  @trigger
end