Class: Oselvar::Var::Runner::LoadedSteps
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Runner::LoadedSteps
- Defined in:
- lib/oselvar/var/runner/steps.rb
Overview
The registry + per-file context factory built from loaded step files.
Instance Attribute Summary collapse
-
#create_context ⇒ Object
readonly
Returns the value of attribute create_context.
-
#registry ⇒ Object
readonly
Returns the value of attribute registry.
Instance Attribute Details
#create_context ⇒ Object (readonly)
Returns the value of attribute create_context
10 11 12 |
# File 'lib/oselvar/var/runner/steps.rb', line 10 def create_context @create_context end |
#registry ⇒ Object (readonly)
Returns the value of attribute registry
10 11 12 |
# File 'lib/oselvar/var/runner/steps.rb', line 10 def registry @registry end |