Class Braintree::Errors
In: lib/braintree/errors.rb
Parent: Object

Methods

each   for   size  

Included Modules

Enumerable

Public Instance methods

Returns the total number of validation errors at all levels of nesting. For example, if creating a customer with a credit card and a billing address, and each of the customer, credit card, and billing address has 1 error, this method will return 3.

[Validate]