Module: Datadog::AppSec::Extensions::Settings
- Defined in:
- lib/datadog/appsec/extensions.rb
Overview
Global Datadog configuration mixin
Instance Method Summary collapse
-
#appsec ⇒ Object
Exposes AppSec settings through the ‘Datadog.configure {|c| c.appsec.option }` configuration path.
Instance Method Details
#appsec ⇒ Object
Exposes AppSec settings through the ‘Datadog.configure {|c| c.appsec.option }` configuration path.
17 18 19 |
# File 'lib/datadog/appsec/extensions.rb', line 17 def appsec @appsec ||= AppSecAdapter.new(AppSec.settings) end |