ApiError

  • code - SOAP::SOAPInt

  • detail - SOAP::SOAPString

  • field - SOAP::SOAPString

  • index - SOAP::SOAPInt

  • isExemptable - SOAP::SOAPBoolean

  • textIndex - SOAP::SOAPInt

  • textLength - SOAP::SOAPInt

  • trigger - SOAP::SOAPString

Methods
N
Attributes
[RW] code
[RW] detail
[RW] field
[RW] index
[RW] isExemptable
[RW] textIndex
[RW] textLength
[RW] trigger
Class Public methods
new(code = nil, detail = nil, field = nil, index = nil, isExemptable = nil, textIndex = nil, textLength = nil, trigger = nil)
    # File lib/adwords4r/v13/ReportService.rb, line 25
25:   def initialize(code = nil, detail = nil, field = nil, index = nil, isExemptable = nil, textIndex = nil, textLength = nil, trigger = nil)
26:     @code = code
27:     @detail = detail
28:     @field = field
29:     @index = index
30:     @isExemptable = isExemptable
31:     @textIndex = textIndex
32:     @textLength = textLength
33:     @trigger = trigger
34:   end