Class: Oselvar::Var::Runner::LoadedSteps

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/runner/steps.rb

Overview

The registry + per-file context factory built from loaded step files.

Instance Attribute Summary collapse

Instance Attribute Details

#create_contextObject (readonly)

Returns the value of attribute create_context

Returns:

  • (Object)

    the current value of create_context



10
11
12
# File 'lib/oselvar/var/runner/steps.rb', line 10

def create_context
  @create_context
end

#registryObject (readonly)

Returns the value of attribute registry

Returns:

  • (Object)

    the current value of registry



10
11
12
# File 'lib/oselvar/var/runner/steps.rb', line 10

def registry
  @registry
end