Sha256: 906a724924e74884713918c980a977a8094a84d0ebb7caf3799131676cae1c5f
Contents?: true
Size: 460 Bytes
Versions: 4
Compression:
Stored size: 460 Bytes
Contents
# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast module Agent module Reporting # This class is holding additional info which is rule specific and this is # the base class for type check made easy. class ProtectRuleDetails # Extend per each rule. def to_controlled_hash; end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems