struct

Alfodr::Validators::ValidationBuilder

Inherits Struct < Value < Object

Constructors

new(_validator : Params)
Source

Instance methods

_validator
clone
Source
copy_with(_validator __validator = @_validator)
Source
optional(param : String | Symbol, msg : String | Nil = nil, &b : String -> Bool)
Source
required(param : String | Symbol, msg : String | Nil = nil)
Source
required(param : String | Symbol, msg : String | Nil = nil, &b : String -> Bool)
Source