Class: OpenFeature::SDK::EvaluationDetails
- Inherits:
-
Struct
- Object
- Struct
- OpenFeature::SDK::EvaluationDetails
- Extended by:
- Forwardable
- Defined in:
- lib/open_feature/sdk/evaluation_details.rb
Instance Attribute Summary collapse
-
#flag_key ⇒ Object
Returns the value of attribute flag_key.
-
#resolution_details ⇒ Object
Returns the value of attribute resolution_details.
Instance Attribute Details
#flag_key ⇒ Object
Returns the value of attribute flag_key
3 4 5 |
# File 'lib/open_feature/sdk/evaluation_details.rb', line 3 def flag_key @flag_key end |
#resolution_details ⇒ Object
Returns the value of attribute resolution_details
3 4 5 |
# File 'lib/open_feature/sdk/evaluation_details.rb', line 3 def resolution_details @resolution_details end |