Sha256: 2b5e7f61efc080878fd16977f33e8c57695f7ad102a5a9aa2b24791452cc6ab7
Contents?: true
Size: 424 Bytes
Versions: 10
Compression:
Stored size: 424 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/config/diagnostics/source_config_value' module Contrast module Config module Diagnostics # All In effect config values stored in a easy to write representation. class EffectiveConfigValue < SourceConfigValue end end end end
Version data entries
10 entries across 10 versions & 1 rubygems