Module: CRUDOperation
- Defined in:
- lib/track_types.rb
Constant Summary collapse
- C =
0- R =
1- U =
2- D =
3- VALUE_MAP =
{0 => "C", 1 => "R", 2 => "U", 3 => "D"}
- VALID_VALUES =
Set.new([C, R, U, D]).freeze
0
1
2
3
{0 => "C", 1 => "R", 2 => "U", 3 => "D"}
Set.new([C, R, U, D]).freeze