Class: Confidence::OpenFeature::Provider::ResolutionDetails
- Inherits:
-
Struct
- Object
- Struct
- Confidence::OpenFeature::Provider::ResolutionDetails
- Defined in:
- lib/confidence/openfeature/provider.rb
Overview
Error_code and error_message seemingly not used by OpenFeature SDK. Including here for compatibility.
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#value ⇒ Object
Returns the value of attribute value.
-
#variant ⇒ Object
Returns the value of attribute variant.
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code
14 15 16 |
# File 'lib/confidence/openfeature/provider.rb', line 14 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message
14 15 16 |
# File 'lib/confidence/openfeature/provider.rb', line 14 def @error_message end |
#reason ⇒ Object
Returns the value of attribute reason
14 15 16 |
# File 'lib/confidence/openfeature/provider.rb', line 14 def reason @reason end |
#value ⇒ Object
Returns the value of attribute value
14 15 16 |
# File 'lib/confidence/openfeature/provider.rb', line 14 def value @value end |
#variant ⇒ Object
Returns the value of attribute variant
14 15 16 |
# File 'lib/confidence/openfeature/provider.rb', line 14 def variant @variant end |