Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
Int32::Lucky::ColumnType
Int32::Lucky::Criteria(T, V)