Class: Datadog::CI::Contrib::ActiveSupport::Configuration::Settings
- Inherits:
-
Settings
- Object
- Settings
- Datadog::CI::Contrib::ActiveSupport::Configuration::Settings
- Defined in:
- lib/datadog/ci/contrib/activesupport/configuration/settings.rb
Overview
Custom settings for the ActiveSupport integration
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Attributes inherited from Settings
Method Summary
Methods inherited from Settings
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled.
15 16 17 |
# File 'lib/datadog/ci/contrib/activesupport/configuration/settings.rb', line 15 def enabled @enabled end |