Class: ConfigToolkit::OverrideReader::Visitor::StackFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/configtoolkit/overridereader.rb

Overview

A StackFrame contains the container currently being built.

Instance Attribute Summary collapse

Instance Attribute Details

#containerObject

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



81
82
83
# File 'lib/configtoolkit/overridereader.rb', line 81

def container
  @container
end