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/AdExtensionOverrideService.rb, line 351
  def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil)
    @fieldPath = fieldPath
    @trigger = trigger
    @errorString = errorString
    @apiError_Type = apiError_Type
  end