Sha256: 5ab27ca5b02b66448b83f7412482859ea4b2128cb3b21581fed71cffceeb4dff
Contents?: true
Size: 354 Bytes
Versions: 5
Compression:
Stored size: 354 Bytes
Contents
module Ecom module Core class MaintenanceStatus < Lookup EQUIPMENT_NOT_RECEIVED = 'Equipment not received'.freeze RECEIVED_EQUIPMENT = 'Received equipment'.freeze IN_PROGRESS = 'In progress'.freeze WAITING_FOR_PARTS = 'Waiting for parts'.freeze MAINTENANCE_COMPLETED = 'Maintenance completed'.freeze end end end
Version data entries
5 entries across 5 versions & 1 rubygems