Methods

Class/Module Index [+]

Quicksearch

Braintree::ValidationsFailed

See www.braintreepayments.com/docs/ruby/general/exceptions

Attributes

error_result[R]

Public Class Methods

new(error_result) click to toggle source
# File lib/braintree/exceptions.rb, line 43
def initialize(error_result)
  @error_result = error_result
end

Public Instance Methods

inspect() click to toggle source
# File lib/braintree/exceptions.rb, line 47
def inspect
  "#<#{self.class} error_result: #{@error_result.inspect}>"
end
to_s() click to toggle source
# File lib/braintree/exceptions.rb, line 51
def to_s
  inspect
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.