Class: AdwordsApi::V201003::CampaignService::OperatorError

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

Overview

OperatorError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201003::CampaignService::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.



667
668
669
670
671
672
673
# File 'lib/adwords_api/v201003/CampaignService.rb', line 667

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.



664
665
666
# File 'lib/adwords_api/v201003/CampaignService.rb', line 664

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



663
664
665
# File 'lib/adwords_api/v201003/CampaignService.rb', line 663

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



661
662
663
# File 'lib/adwords_api/v201003/CampaignService.rb', line 661

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



665
666
667
# File 'lib/adwords_api/v201003/CampaignService.rb', line 665

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



662
663
664
# File 'lib/adwords_api/v201003/CampaignService.rb', line 662

def trigger
  @trigger
end