Class: ConfigToolkit::YAMLWriter::Visitor::StackFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/configtoolkit/yamlwriter.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/yamlwriter.rb', line 81

def container
  @container
end