Class: Datadog::CI::Contrib::RSpec::Configuration::Settings
- Defined in:
- lib/datadog/ci/contrib/rspec/configuration/settings.rb
Overview
Custom settings for the RSpec integration
Instance Attribute Summary collapse
-
#dry_run_enabled ⇒ Object
internal only.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
Method Summary
Methods inherited from Settings
Instance Attribute Details
#dry_run_enabled ⇒ Object
internal only
29 30 31 |
# File 'lib/datadog/ci/contrib/rspec/configuration/settings.rb', line 29 def dry_run_enabled @dry_run_enabled end |
#enabled ⇒ Object
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_name ⇒ Object
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 |