Module: G_a_b_z0_a_b_t

Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

UNKNOWN =
0
UNAVAILABLE =
1
SMS =
2
TTS =
3
VALUE_MAP =
{0 => "UNKNOWN", 1 => "UNAVAILABLE", 2 => "SMS", 3 => "TTS"}
VALID_VALUES =
Set.new([UNKNOWN, UNAVAILABLE, SMS, TTS]).freeze