Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
minion
master
Config
Minion
Param
ParamType
Work
Context
Enums
ContextKey
ResultKey
StatusKey
Job
Order
Result
WorkConverter
Built with Crystal 1.9.2
2023-10-07 21:02:18 UTC
enum
Config::ParamType
Defined in:
config.cr
Enum Members
Text
=
0
Number
=
1
List
=
2
Instance Method Summary
#list?
#number?
#parser
(value : String)
#parser
(key : ParamType)
#text?
Instance Method Detail
def
list?
#
[
View source
]
def
number?
#
[
View source
]
def
parser
(value : String)
#
[
View source
]
def
parser
(key :
ParamType
)
#
[
View source
]
def
text?
#
[
View source
]