Class: Ruby::Rego::Unifier::ReferenceKeyContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby/rego/unifier.rb

Overview

Bundles inputs for reference key candidate evaluation.

Instance Attribute Summary collapse

Instance Attribute Details

#bindingsObject

Returns the value of attribute bindings

Returns:

  • (Object)

    the current value of bindings



157
158
159
# File 'lib/ruby/rego/unifier.rb', line 157

def bindings
  @bindings
end

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



157
158
159
# File 'lib/ruby/rego/unifier.rb', line 157

def current
  @current
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



157
158
159
# File 'lib/ruby/rego/unifier.rb', line 157

def env
  @env
end

#variable_resolverObject

Returns the value of attribute variable_resolver

Returns:

  • (Object)

    the current value of variable_resolver



157
158
159
# File 'lib/ruby/rego/unifier.rb', line 157

def variable_resolver
  @variable_resolver
end