Sha256: 6f02a3a8b98146197ade693ab2404e9a2d9d1d7901667f52838af088f5c50687
Contents?: true
Size: 570 Bytes
Versions: 17
Compression:
Stored size: 570 Bytes
Contents
# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast module Config # Common Configuration settings. Those in this section pertain to the # inventory functionality of the Agent. class InventoryConfiguration < BaseConfiguration KEYS = { enable: EMPTY_VALUE, record_used_classes: EMPTY_VALUE, tags: EMPTY_VALUE }.cs__freeze def initialize hsh super(hsh, KEYS) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems