Braintree::BraintreeError
See www.braintreepayments.com/docs/ruby/general/exceptions
# File lib/braintree/exceptions.rb, line 43 def initialize(error_result) @error_result = error_result end
# File lib/braintree/exceptions.rb, line 47 def inspect "#<#{self.class} error_result: #{@error_result.inspect}>" end
# File lib/braintree/exceptions.rb, line 51 def to_s inspect end
[Validate]
Generated with the Darkfish Rdoc Generator 2.