We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b0326 commit 2430154Copy full SHA for 2430154
lib/ldclient-openfeature/provider.rb
@@ -6,10 +6,19 @@
6
module LaunchDarkly
7
module OpenFeature
8
class Provider
9
+ #
10
+ # Retrieve metadata information describing this provider.
11
12
+ # @return [::OpenFeature::SDK::Provider::ProviderMetadata]
13
14
attr_reader :metadata
15
16
#
- # @return client [LaunchDarkly::LDClient]
17
+ # Access the underlying LaunchDarky client instance backing this provider.
18
19
+ # This is useful for accessing additional functionality not exposed by the provider.
20
21
+ # @return [LaunchDarkly::LDClient]
22
23
attr_reader :client
24
0 commit comments