ApiError abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

Methods
N
Attributes
[RW] fieldPath
[RW] trigger
[RW] errorString
[RW] apiError_Type
Class Public methods
new(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil)
     # File lib/adwords4r/v201003/AdParamService.rb, line 179
179:   def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil)
180:     @fieldPath = fieldPath
181:     @trigger = trigger
182:     @errorString = errorString
183:     @apiError_Type = apiError_Type
184:   end