Module: DataMetaPii::Impact
- Defined in:
- lib/dataMetaPii.rb
Overview
Module-holder of the impact constants In a language that support enums, that’d be an enum.
Constant Summary collapse
- PUBLIC =
Impact Level: Public
:public- CONFIDENTIAL =
Impact Level: Confidential
:confidential- INTERNAL =
Impact Level: Internal
:internal- RESTRICTED =
Impact Level: Restricted
:restricted- TABOO =
Impact Level: Taboo
:taboo