Class: Varar::Runner::LoadedSteps
- Inherits:
-
Data
- Object
- Data
- Varar::Runner::LoadedSteps
- Defined in:
- lib/varar/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
9 10 11 |
# File 'lib/varar/runner/steps.rb', line 9 def create_context @create_context end |
#registry ⇒ Object (readonly)
Returns the value of attribute registry
9 10 11 |
# File 'lib/varar/runner/steps.rb', line 9 def registry @registry end |