# frozen_string_literal: true module ONEAccess module EntitlementStatus NONE = 1 APPROVED = 2 REJECTED = 3 PROVISIONAL = 4 end end