module

Bool::Lucky

Inherits Avram::Type

Class methods

criteria(query : T, column : Symbol | String) forall T
Source

Instance methods

parse(value : String) : SuccessfulCast(Bool) | FailedCast
Source
parse(value : Bool) : SuccessfulCast(Bool)
Source
parse(values : Array(Bool)) : SuccessfulCast(Array(Bool))
Source
to_db(value : Bool) : String
Source
to_db(values : Array(Bool))
Source

Nested types