Class: LaunchDarkly::Evaluation::EvalResult
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Evaluation::EvalResult
- Defined in:
- lib/ldclient-rb/evaluation.rb
Overview
Used internally to hold an evaluation result and the events that were generated from prerequisites.
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#events ⇒ Object
Returns the value of attribute events.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
142 143 144 |
# File 'lib/ldclient-rb/evaluation.rb', line 142 def detail @detail end |
#events ⇒ Object
Returns the value of attribute events
142 143 144 |
# File 'lib/ldclient-rb/evaluation.rb', line 142 def events @events end |