Class: Contrast::Config::ProtectConfiguration
- Inherits:
-
BaseConfiguration
- Object
- BaseConfiguration
- Contrast::Config::ProtectConfiguration
- Defined in:
- lib/contrast/config/protect_configuration.rb
Overview
Common Configuration settings. Those in this section pertain to the protect functionality of the Agent.
Constant Summary collapse
- KEYS =
{ exceptions: Contrast::Config::ExceptionConfiguration, rules: Contrast::Config::ProtectRulesConfiguration, enable: EMPTY_VALUE }.cs__freeze
Constants inherited from BaseConfiguration
BaseConfiguration::BOOLEANS, BaseConfiguration::EMPTY_VALUE
Instance Attribute Summary
Attributes inherited from BaseConfiguration
Instance Method Summary collapse
-
#initialize(hsh) ⇒ ProtectConfiguration
constructor
A new instance of ProtectConfiguration.
Methods inherited from BaseConfiguration
#assign_value_to_path_array, #nil?
Constructor Details
#initialize(hsh) ⇒ ProtectConfiguration
Returns a new instance of ProtectConfiguration.
15 16 17 |
# File 'lib/contrast/config/protect_configuration.rb', line 15 def initialize hsh super(hsh, KEYS) end |