Class: ConfigToolkit::OverrideReader::Visitor::StackFrame
- Inherits:
-
Struct
- Object
- Struct
- ConfigToolkit::OverrideReader::Visitor::StackFrame
- Defined in:
- lib/configtoolkit/overridereader.rb
Overview
A StackFrame contains the container currently being built.
Instance Attribute Summary collapse
-
#container ⇒ Object
Returns the value of attribute container.
Instance Attribute Details
#container ⇒ Object
Returns the value of attribute container
81 82 83 |
# File 'lib/configtoolkit/overridereader.rb', line 81 def container @container end |