Libraries
»
linerb
(0.1.8)
»
Index (G)
»
G_a_h_e1_a_o0
Module: G_a_h_e1_a_o0
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary
collapse
SUCCESS =
0
FAILURE =
1
CANCEL =
2
VALUE_MAP =
{
0
=>
"
SUCCESS
"
,
1
=>
"
FAILURE
"
,
2
=>
"
CANCEL
"
}
VALID_VALUES =
Set
.
new
(
[
SUCCESS
,
FAILURE
,
CANCEL
]
)
.
freeze