Libraries
»
airavata
(0.0.2)
»
Index (N)
»
NotificationPriority
Module: NotificationPriority
Defined in:
lib/workspace_model_types.rb
Constant Summary
collapse
LOW =
0
NORMAL =
1
HIGH =
2
VALUE_MAP =
{
0
=>
"
LOW
"
,
1
=>
"
NORMAL
"
,
2
=>
"
HIGH
"
}
VALID_VALUES =
Set
.
new
(
[
LOW
,
NORMAL
,
HIGH
]
)
.
freeze