RangeError
fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
errorString - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V201003::GeoLocationService::RangeErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | errorString | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v201003/GeoLocationService.rb, line 364 364: def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) 365: @fieldPath = fieldPath 366: @trigger = trigger 367: @errorString = errorString 368: @apiError_Type = apiError_Type 369: @reason = reason 370: end