Class: Datadog::CI::Contrib::Cucumber::Configuration::Settings

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

Overview

Custom settings for the Cucumber integration

Instance Attribute Summary collapse

Method Summary

Methods inherited from Settings

#[], #[]=, #configure

Instance Attribute Details

#enabledObject

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_nameObject

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