Skip to content

Commit 2430154

Browse files
authored
chore: Fill out attribute documentation (#10)
1 parent e8b0326 commit 2430154

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

lib/ldclient-openfeature/provider.rb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,19 @@
66
module LaunchDarkly
77
module OpenFeature
88
class Provider
9+
#
10+
# Retrieve metadata information describing this provider.
11+
#
12+
# @return [::OpenFeature::SDK::Provider::ProviderMetadata]
13+
#
914
attr_reader :metadata
1015

1116
#
12-
# @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]
1322
#
1423
attr_reader :client
1524

0 commit comments

Comments
 (0)