NotEmptyError

Methods
N
Attributes
[RW] fieldPath
[RW] trigger
[RW] errorString
[RW] apiError_Type
[RW] reason
Class Public methods
new(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
     # File lib/adwords4r/v201003/InfoService.rb, line 206
206:   def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
207:     @fieldPath = fieldPath
208:     @trigger = trigger
209:     @errorString = errorString
210:     @apiError_Type = apiError_Type
211:     @reason = reason
212:   end