Sha256: a2fcd3122bb8cd51a1cf96be19d9bce1143321289b5ee04d2caaa5148c7389d9
Contents?: true
Size: 736 Bytes
Versions: 5
Compression:
Stored size: 736 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 # This is the base module for our configuration classes. It is intended to # facilitate the translation of the Common Configuration settings to usable # Ruby classes. Any class under this namespace should be required here, # providing a single point of require for this functionality. module Config end end require 'contrast/config/base_configuration' require 'contrast/config/exception_configuration' require 'contrast/config/protect_rule_configuration' require 'contrast/config/protect_rules_configuration' require 'contrast/config/server_configuration'
Version data entries
5 entries across 5 versions & 1 rubygems