Sha256: f5ba0245b7f9284605961e00e495e29a8b1b60237c40b2fb7bd87fc43ff47b8d
Contents?: true
Size: 483 Bytes
Versions: 18
Compression:
Stored size: 483 Bytes
Contents
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'contrast/utils/object_share' module Contrast module Agent module Reporting module Settings # Settings for each protect rule class ProtectRule # @return [Symbol] the configured mode of the rule; OFF, MONITOR, BLOCK attr_accessor :mode end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems