Class: AdwordsApi::V201003::AdGroupService::OperatorError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords_api/v201003/AdGroupService.rb

Overview

OperatorError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201003::AdGroupService::OperatorErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OperatorError.



549
550
551
552
553
554
555
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 549

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.



546
547
548
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 546

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



545
546
547
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 545

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



543
544
545
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 543

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



547
548
549
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 547

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



544
545
546
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 544

def trigger
  @trigger
end