lib/adwords4r/v200909/CampaignCriterionService.rb in adwords4r-19.0.0 vs lib/adwords4r/v200909/CampaignCriterionService.rb in adwords4r-19.1.0
- old
+ new
@@ -231,29 +231,10 @@
@apiError_Type = apiError_Type
@reason = reason
end
end
-# DatabaseError
-# - fieldPath - SOAP::SOAPString
-# - trigger - SOAP::SOAPString
-# - apiError_Type - SOAP::SOAPString
-# - reason - AdWords::V200909::CampaignCriterionService::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::CampaignCriterionService::DistinctErrorReason
@@ -595,9 +576,28 @@
# - fieldPath - SOAP::SOAPString
# - trigger - SOAP::SOAPString
# - apiError_Type - SOAP::SOAPString
# - reason - AdWords::V200909::CampaignCriterionService::SizeLimitErrorReason
class SizeLimitError < 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::CampaignCriterionService::DatabaseErrorReason
+class DatabaseError < ApiError
attr_accessor :fieldPath
attr_accessor :trigger
attr_accessor :apiError_Type
attr_accessor :reason