Class: LaunchDarkly::Impl::PrerequisiteEvalRecord Private
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::PrerequisiteEvalRecord
- Defined in:
- lib/ldclient-rb/impl/evaluator.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Used internally to record that we evaluated a prerequisite flag.
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#prereq_flag ⇒ Object
Returns the value of attribute prereq_flag.
-
#prereq_of_flag ⇒ Object
Returns the value of attribute prereq_of_flag.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
12 13 14 |
# File 'lib/ldclient-rb/impl/evaluator.rb', line 12 def detail @detail end |
#prereq_flag ⇒ Object
Returns the value of attribute prereq_flag
12 13 14 |
# File 'lib/ldclient-rb/impl/evaluator.rb', line 12 def prereq_flag @prereq_flag end |
#prereq_of_flag ⇒ Object
Returns the value of attribute prereq_of_flag
12 13 14 |
# File 'lib/ldclient-rb/impl/evaluator.rb', line 12 def prereq_of_flag @prereq_of_flag end |