Class: AdwordsApi::V200909::AdGroupAdService::AdError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords_api/v200909/AdGroupAdService.rb

Overview

AdError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::AdGroupAdService::AdErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdError.



778
779
780
781
782
783
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 778

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



775
776
777
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 775

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



773
774
775
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 773

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



776
777
778
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 776

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



774
775
776
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 774

def trigger
  @trigger
end