lib/adwords4r/v200909/CampaignAdExtensionService.rb in adwords4r-19.0.0 vs lib/adwords4r/v200909/CampaignAdExtensionService.rb in adwords4r-19.1.0

- old
+ new

@@ -275,29 +275,10 @@ @apiError_Type = apiError_Type @reason = reason end end -# DatabaseError -# - fieldPath - SOAP::SOAPString -# - trigger - SOAP::SOAPString -# - apiError_Type - SOAP::SOAPString -# - reason - AdWords::V200909::CampaignAdExtensionService::DatabaseErrorReason -class DatabaseError < ApiError - attr_accessor :fieldPath - attr_accessor :trigger - attr_accessor :apiError_Type - attr_accessor :reason - - def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) - @fieldPath = fieldPath - @trigger = trigger - @apiError_Type = apiError_Type - @reason = reason - end -end - # DistinctError # - fieldPath - SOAP::SOAPString # - trigger - SOAP::SOAPString # - apiError_Type - SOAP::SOAPString # - reason - AdWords::V200909::CampaignAdExtensionService::DistinctErrorReason @@ -604,9 +585,28 @@ # - fieldPath - SOAP::SOAPString # - trigger - SOAP::SOAPString # - apiError_Type - SOAP::SOAPString # - reason - AdWords::V200909::CampaignAdExtensionService::StringLengthErrorReason class StringLengthError < ApiError + attr_accessor :fieldPath + attr_accessor :trigger + attr_accessor :apiError_Type + attr_accessor :reason + + def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) + @fieldPath = fieldPath + @trigger = trigger + @apiError_Type = apiError_Type + @reason = reason + end +end + +# DatabaseError +# - fieldPath - SOAP::SOAPString +# - trigger - SOAP::SOAPString +# - apiError_Type - SOAP::SOAPString +# - reason - AdWords::V200909::CampaignAdExtensionService::DatabaseErrorReason +class DatabaseError < ApiError attr_accessor :fieldPath attr_accessor :trigger attr_accessor :apiError_Type attr_accessor :reason