Class: Datadog::CI::Contrib::RSpec::Configuration::Settings

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

Overview

Custom settings for the RSpec integration

Instance Attribute Summary collapse

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/rspec/configuration/settings.rb', line 15

def enabled
  @enabled
end

#service_nameObject

Returns the value of attribute service_name.



21
22
23
# File 'lib/datadog/ci/contrib/rspec/configuration/settings.rb', line 21

def service_name
  @service_name
end