class Frise::ValidationError

An error resulting of the validation of a config. The list of errors can be inspected using the errors method.

Attributes

errors[R]

Public Class Methods

new(errors) click to toggle source
# File lib/frise/validator.rb, line 204
def initialize(errors)
  @errors = errors
end