lib/braintree/validation_error.rb in braintree-1.0.1 vs lib/braintree/validation_error.rb in braintree-1.1.0
- old
+ new
@@ -5,10 +5,10 @@
attr_reader :attribute, :code, :message
def initialize(attributes)
set_instance_variables_from_hash attributes
end
-
+
def inspect # :nodoc:
"#<#{self.class} (#{code}) #{message}>"
end
end
end