Class: OpenFeature::SDK::Contrib::Providers::Common::ResolutionDetails
- Inherits:
-
Struct
- Object
- Struct
- OpenFeature::SDK::Contrib::Providers::Common::ResolutionDetails
- Defined in:
- lib/open_feature/sdk/contrib/providers/common.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#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
#enabled ⇒ Object
Returns the value of attribute enabled
8 9 10 |
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8 def enabled @enabled end |
#error_code ⇒ Object
Returns the value of attribute error_code
8 9 10 |
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message
8 9 10 |
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8 def @error_message end |
#reason ⇒ Object
Returns the value of attribute reason
8 9 10 |
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8 def reason @reason end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8 def value @value end |
#variant ⇒ Object
Returns the value of attribute variant
8 9 10 |
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8 def variant @variant end |