module InstDataShipper class DumpBatch < ApplicationRecord ERROR_STATUS = "error".freeze SUCCESS_STATUS = "success".freeze ENQUEUED_STATUS = "enqueued".freeze RUNNING_STATUS = "running".freeze end end