lib/braintree/validation_error.rb in braintree-2.80.1 vs lib/braintree/validation_error.rb in braintree-2.81.0

- old
+ new

@@ -1,9 +1,11 @@ module Braintree class ValidationError include BaseModule - attr_reader :attribute, :code, :message + attr_reader :attribute + attr_reader :code + attr_reader :message def initialize(attributes) set_instance_variables_from_hash attributes end