Class: Ecom::Core::MaintenanceServiceOrder

Inherits:
ApplicationRecord show all
Defined in:
app/models/ecom/core/maintenance_service_order.rb

Constant Summary collapse

NEW =
'New'.freeze
IN_PROGRESS =
'In Progress'.freeze
COMPLETED =
'Completed'.freeze
STATUSES =
[NEW, IN_PROGRESS, COMPLETED].freeze