Module: P0_a_e_a_b_ee

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

Constant Summary collapse

PAYLOAD_BUY =
101
PAYLOAD_CS =
111
PAYLOAD_BONUS =
121
PAYLOAD_EVENT =
131
PAYLOAD_POINT_AUTO_EXCHANGED =
141
PAYLOAD_POINT_MANUAL_EXCHANGED =
151
VALUE_MAP =
{101 => "PAYLOAD_BUY", 111 => "PAYLOAD_CS", 121 => "PAYLOAD_BONUS", 131 => "PAYLOAD_EVENT", 141 => "PAYLOAD_POINT_AUTO_EXCHANGED", 151 => "PAYLOAD_POINT_MANUAL_EXCHANGED"}
VALID_VALUES =
Set.new([PAYLOAD_BUY, PAYLOAD_CS, PAYLOAD_BONUS, PAYLOAD_EVENT, PAYLOAD_POINT_AUTO_EXCHANGED, PAYLOAD_POINT_MANUAL_EXCHANGED]).freeze