Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal_todo
main
Top Level Namespace
Actions
Data
Task
Priority
TaskManager
Ui
Actionable
Action
ActionParam
ActionResult
MainMenu
Menu
MenuEntry
Built with Crystal 1.9.2
2023-10-07 17:41:25 UTC
enum
Data::Task::Priority
Defined in:
data/task.cr
Enum Members
Low
=
0
Normal
=
1
High
=
2
Instance Method Summary
#high?
#low?
#normal?
Instance Method Detail
def
high?
#
[
View source
]
def
low?
#
[
View source
]
def
normal?
#
[
View source
]