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