Class: AdwordsApi::V200909::AdGroupAdService::AdGroupAdError

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

Overview

AdGroupAdError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::AdGroupAdService::AdGroupAdErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupAdError.



797
798
799
800
801
802
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 797

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.



794
795
796
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 794

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



792
793
794
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 792

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



795
796
797
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 795

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



793
794
795
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 793

def trigger
  @trigger
end