Sha256: 1c8eda1830722bdad55149f46dae4b965f13d2e16a40b028bc2c206c0942be8b

Contents?: true

Size: 503 Bytes

Versions: 18

Compression:

Stored size: 503 Bytes

Contents

# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

module Contrast
  module Agent
    module Reporting
      module Details
        # 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
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
contrast-agent-7.6.1 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.6.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.5.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.4.1 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.4.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.3.2 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.3.1 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.3.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.2.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.1.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-7.0.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-6.15.3 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-6.15.2 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-6.15.1 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-6.15.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-6.14.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-6.13.0 lib/contrast/agent/reporting/details/protect_rule_details.rb
contrast-agent-6.12.0 lib/contrast/agent/reporting/details/protect_rule_details.rb