Class: AdwordsApi::V201101::AdGroupAdService::MediaError

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

Overview

MediaError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201101::AdGroupAdService::MediaErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MediaError.



870
871
872
873
874
875
876
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 870

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.



867
868
869
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 867

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



866
867
868
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 866

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



864
865
866
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 864

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



868
869
870
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 868

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



865
866
867
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 865

def trigger
  @trigger
end