Class: AdWords::V201003::AdParamService::AuthorizationError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords4r/v201003/AdParamService.rb

Overview

AuthorizationError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201003::AdParamService::AuthorizationErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AuthorizationError.



244
245
246
247
248
249
250
# File 'lib/adwords4r/v201003/AdParamService.rb', line 244

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.



241
242
243
# File 'lib/adwords4r/v201003/AdParamService.rb', line 241

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



240
241
242
# File 'lib/adwords4r/v201003/AdParamService.rb', line 240

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



238
239
240
# File 'lib/adwords4r/v201003/AdParamService.rb', line 238

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



242
243
244
# File 'lib/adwords4r/v201003/AdParamService.rb', line 242

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



239
240
241
# File 'lib/adwords4r/v201003/AdParamService.rb', line 239

def trigger
  @trigger
end