class Cerulean::ParamsInvalid

Attributes

errors[R]

Public Class Methods

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