# frozen_string_literal: true module ONEAccess module ProductGroupStatus ACTIVE = 1 INACTIVE = 2 end end