lib/google/ads/google_ads/errors.rb in google-ads-googleads-3.2.0 vs lib/google/ads/google_ads/errors.rb in google-ads-googleads-4.0.0
- old
+ new
@@ -31,9 +31,13 @@
attr_reader :failure
def initialize(failure)
@failure = failure
end
+
+ def inspect
+ "#<#{self.class.name}: #{object_id} #{failure.inspect}>"
+ end
end
def self.namespaces
ERROR_NAMESPACES.values
end