Class: AdwordsApi::V201101::AdGroupService::SelectorError

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

Overview

SelectorError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201101::AdGroupService::SelectorErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SelectorError.



821
822
823
824
825
826
827
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 821

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.



818
819
820
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 818

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



817
818
819
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 817

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



815
816
817
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 815

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



819
820
821
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 819

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



816
817
818
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 816

def trigger
  @trigger
end