Module: DataClassification

Defined in:
lib/data_classification.rb,
lib/data_classification/version.rb,
lib/data_classification/migration.rb

Defined Under Namespace

Modules: Migration Classes: Error

Constant Summary collapse

DATA_CLASSIFICATIONS =
[
  PUBLIC = :public,
  OPERATIONAL = :operational,
  CRITICAL = :critical,
  CONFIDENTIAL = :confidential,
  PERSONAL = :personal,
  PERSONAL_SENSITIVE = :personal_sensitive,
].freeze
VERSION =
"0.1.0"