Libraries
»
linerb
(0.1.8)
»
Index (C)
»
Com_linecorp_square_protocol_thrift_common_SquareState
Module: Com_linecorp_square_protocol_thrift_common_SquareState
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary
collapse
ALIVE =
0
DELETED =
1
SUSPENDED =
2
VALUE_MAP =
{
0
=>
"
ALIVE
"
,
1
=>
"
DELETED
"
,
2
=>
"
SUSPENDED
"
}
VALID_VALUES =
Set
.
new
(
[
ALIVE
,
DELETED
,
SUSPENDED
]
)
.
freeze