Class: Ruby::Rego::Environment::State
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Rego::Environment::State
- Defined in:
- lib/ruby/rego/environment.rb
Overview
Encapsulates environment state for pooling.
Instance Attribute Summary collapse
-
#builtin_registry ⇒ Object
Returns the value of attribute builtin_registry.
-
#data ⇒ Object
Returns the value of attribute data.
-
#input ⇒ Object
Returns the value of attribute input.
-
#rules ⇒ Object
Returns the value of attribute rules.
Instance Attribute Details
#builtin_registry ⇒ Object
Returns the value of attribute builtin_registry
18 19 20 |
# File 'lib/ruby/rego/environment.rb', line 18 def builtin_registry @builtin_registry end |
#data ⇒ Object
Returns the value of attribute data
18 19 20 |
# File 'lib/ruby/rego/environment.rb', line 18 def data @data end |
#input ⇒ Object
Returns the value of attribute input
18 19 20 |
# File 'lib/ruby/rego/environment.rb', line 18 def input @input end |
#rules ⇒ Object
Returns the value of attribute rules
18 19 20 |
# File 'lib/ruby/rego/environment.rb', line 18 def rules @rules end |