Class: AdwordsApi::V201101::GeoLocationService::RequiredError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords_api/v201101/GeoLocationService.rb

Overview

RequiredError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201101::GeoLocationService::RequiredErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) ⇒ RequiredError

Returns a new instance of RequiredError.



470
471
472
473
474
475
476
# File 'lib/adwords_api/v201101/GeoLocationService.rb', line 470

def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @errorString = errorString
  @apiError_Type = apiError_Type
  @reason = reason
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



467
468
469
# File 'lib/adwords_api/v201101/GeoLocationService.rb', line 467

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



466
467
468
# File 'lib/adwords_api/v201101/GeoLocationService.rb', line 466

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



464
465
466
# File 'lib/adwords_api/v201101/GeoLocationService.rb', line 464

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



468
469
470
# File 'lib/adwords_api/v201101/GeoLocationService.rb', line 468

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



465
466
467
# File 'lib/adwords_api/v201101/GeoLocationService.rb', line 465

def trigger
  @trigger
end