lib/braintree/error_result.rb in braintree-2.10.0 vs lib/braintree/error_result.rb in braintree-2.10.1

- old
+ new

@@ -1,6 +1,6 @@ module Braintree - # See http://www.braintreepaymentsolutions.com/docs/ruby/general/result_objects + # See http://www.braintreepayments.com/docs/ruby/general/result_objects class ErrorResult attr_reader :credit_card_verification, :transaction, :subscription, :errors, :params, :message def initialize(gateway, data) # :nodoc: