Module: Supply::ReleaseStatus
- Defined in:
- supply/lib/supply.rb
Overview
Constant Summary collapse
- COMPLETED =
"completed"
- DRAFT =
"draft"
- HALTED =
"halted"
- IN_PROGRESS =
"inProgress"
- ALL =
[COMPLETED, DRAFT, HALTED, IN_PROGRESS]
"completed"
"draft"
"halted"
"inProgress"
[COMPLETED, DRAFT, HALTED, IN_PROGRESS]