Class: Datadog::CI::Contrib::Cucumber::Configuration::Settings
- Defined in:
- lib/datadog/ci/contrib/cucumber/configuration/settings.rb
Overview
Custom settings for the Cucumber integration
Instance Attribute Summary collapse
-
#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
#enabled ⇒ Object
Returns the value of attribute enabled.
17 18 19 |
# File 'lib/datadog/ci/contrib/cucumber/configuration/settings.rb', line 17 def enabled @enabled end |
#service_name ⇒ Object
Returns the value of attribute service_name.
23 24 25 |
# File 'lib/datadog/ci/contrib/cucumber/configuration/settings.rb', line 23 def service_name @service_name end |