module

Int32::Lucky

Inherits Avram::Type

Class methods

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

Instance methods

from_db!(value : Int32) : Int32
Source
parse(value : String)
Source
parse(value : Int32) : SuccessfulCast(Int32)
Source
parse(value : Int64)
Source
parse(values : Array(Int32)) : SuccessfulCast(Array(Int32))
Source
to_db(value : Int32) : String
Source
to_db(values : Array(Int32))
Source

Nested types