Class: Ruby::Rego::Evaluator::RuleEvaluator::ValueEvaluationContext
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Rego::Evaluator::RuleEvaluator::ValueEvaluationContext
- Defined in:
- lib/ruby/rego/evaluator/rule_evaluator.rb
Overview
Bundles value evaluation parameters for else/default handling.
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#initial_bindings ⇒ Object
Returns the value of attribute initial_bindings.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#value_node ⇒ Object
Returns the value of attribute value_node.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
14 15 16 |
# File 'lib/ruby/rego/evaluator/rule_evaluator.rb', line 14 def body @body end |
#initial_bindings ⇒ Object
Returns the value of attribute initial_bindings
14 15 16 |
# File 'lib/ruby/rego/evaluator/rule_evaluator.rb', line 14 def initial_bindings @initial_bindings end |
#rule ⇒ Object
Returns the value of attribute rule
14 15 16 |
# File 'lib/ruby/rego/evaluator/rule_evaluator.rb', line 14 def rule @rule end |
#value_node ⇒ Object
Returns the value of attribute value_node
14 15 16 |
# File 'lib/ruby/rego/evaluator/rule_evaluator.rb', line 14 def value_node @value_node end |