Class: LaunchDarkly::Impl::Evaluator::EvalResult
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::Evaluator::EvalResult
- Defined in:
- lib/ldclient-rb/impl/evaluator.rb
Overview
Used internally to hold an evaluation result and the events that were generated from prerequisites. The ‘detail` property is an EvaluationDetail. The `events` property can be either an array of feature request events or nil.
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
28 29 30 |
# File 'lib/ldclient-rb/impl/evaluator.rb', line 28 def detail @detail end |
#events ⇒ Object
Returns the value of attribute events
28 29 30 |
# File 'lib/ldclient-rb/impl/evaluator.rb', line 28 def events @events end |