Class: TestPack1::StatusCategoryEnum
- Inherits:
-
Object
- Object
- TestPack1::StatusCategoryEnum
- Defined in:
- lib/test_pack_1/models/status_category_enum.rb
Overview
The category a status belongs to.
Constant Summary collapse
- STATUS_CATEGORY_ENUM =
[ # TODO: Write general description for STOP STOP = 'stop'.freeze, # TODO: Write general description for WARNING WARNING = 'warning'.freeze, # TODO: Write general description for INFORMATIONAL INFORMATIONAL = 'informational'.freeze, # TODO: Write general description for COMMUNICATION COMMUNICATION = 'communication'.freeze, # TODO: Write general description for CURTAILMENT CURTAILMENT = 'curtailment'.freeze ].freeze