Class: Datadog::Core::FeatureFlags::Configuration Private
- Inherits:
-
Object
- Object
- Datadog::Core::FeatureFlags::Configuration
- Defined in:
- lib/datadog/core/feature_flags.rb,
ext/libdatadog_api/feature_flags.c
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Configuration for feature flags evaluation This class is defined in the C extension
Class Method Summary collapse
-
.new ⇒ Object
private
Forward declarations.
Instance Method Summary collapse
Class Method Details
.new ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Forward declarations
14 |
# File 'ext/libdatadog_api/feature_flags.c', line 14 static VALUE configuration_new(VALUE klass, VALUE json_str); |
Instance Method Details
#get_assignment ⇒ Object
16 17 |
# File 'ext/libdatadog_api/feature_flags.c', line 16 static VALUE configuration_get_assignment( VALUE self, VALUE flag_key, VALUE expected_type, VALUE context); |