Class: Varar::Runner::LoadedSteps

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/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



9
10
11
# File 'lib/varar/runner/steps.rb', line 9

def create_context
  @create_context
end

#registryObject (readonly)

Returns the value of attribute registry

Returns:

  • (Object)

    the current value of registry



9
10
11
# File 'lib/varar/runner/steps.rb', line 9

def registry
  @registry
end