Module: ParamParam::Std::Messages

Defined in:
lib/param_param/std.rb

Overview

Validation messages for rules.

Constant Summary collapse

BLANK =
:blank
MISSING =
:missing
NOT_GTE =
:not_gte
NOT_GT =
:not_gt
NOT_LTE =
:not_lte
NOT_LT =
:not_lt
NOT_INCLUDED =
:not_included
TOO_LONG =
:too_long
TOO_SHORT =
:too_short
NON_BOOL =
:non_bool
NON_DECIMAL =
:non_decimal
NON_INTEGER =
:non_integer
NON_STRING =
:non_string