Class: Ruby::Rego::Unifier::ReferenceKeyContext
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Rego::Unifier::ReferenceKeyContext
- Defined in:
- lib/ruby/rego/unifier.rb
Overview
Bundles inputs for reference key candidate evaluation.
Instance Attribute Summary collapse
-
#bindings ⇒ Object
Returns the value of attribute bindings.
-
#current ⇒ Object
Returns the value of attribute current.
-
#env ⇒ Object
Returns the value of attribute env.
-
#variable_resolver ⇒ Object
Returns the value of attribute variable_resolver.
Instance Attribute Details
#bindings ⇒ Object
Returns the value of attribute bindings
157 158 159 |
# File 'lib/ruby/rego/unifier.rb', line 157 def bindings @bindings end |
#current ⇒ Object
Returns the value of attribute current
157 158 159 |
# File 'lib/ruby/rego/unifier.rb', line 157 def current @current end |
#env ⇒ Object
Returns the value of attribute env
157 158 159 |
# File 'lib/ruby/rego/unifier.rb', line 157 def env @env end |
#variable_resolver ⇒ Object
Returns the value of attribute variable_resolver
157 158 159 |
# File 'lib/ruby/rego/unifier.rb', line 157 def variable_resolver @variable_resolver end |