Module: Datadog::Core::Configuration::StableConfig::Testing
- Defined in:
- ext/libdatadog_api/library_config.c
Class Method Summary collapse
- .with_fleet_path ⇒ Object
-
.with_local_path ⇒ Object
Used for testing in RSpec.
Class Method Details
.with_fleet_path ⇒ Object
12 |
# File 'ext/libdatadog_api/library_config.c', line 12
static VALUE _native_configurator_with_fleet_path(DDTRACE_UNUSED VALUE _self, VALUE rb_configurator, VALUE path);
|
.with_local_path ⇒ Object
Used for testing in RSpec
11 |
# File 'ext/libdatadog_api/library_config.c', line 11
static VALUE _native_configurator_with_local_path(DDTRACE_UNUSED VALUE _self, VALUE rb_configurator, VALUE path);
|