Class: Datadog::CI::Contrib::ActiveSupport::Configuration::Settings

Inherits:
Settings
  • Object
show all
Defined in:
lib/datadog/ci/contrib/activesupport/configuration/settings.rb

Overview

Custom settings for the ActiveSupport integration

Instance Attribute Summary collapse

Attributes inherited from Settings

#service_name

Method Summary

Methods inherited from Settings

#[], #[]=, #configure

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled.



15
16
17
# File 'lib/datadog/ci/contrib/activesupport/configuration/settings.rb', line 15

def enabled
  @enabled
end