Class: Vagrant::Config::VMConfig::SubVM

Inherits:
Object
  • Object
show all
Includes:
Util::StackedProcRunner
Defined in:
lib/vagrant/config/vm/sub_vm.rb

Overview

Represents a single sub-VM in a multi-VM environment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Util::StackedProcRunner

#proc_stack, #push_proc, #run_procs!

Constructor Details

#initializeSubVM

Returns a new instance of SubVM.



10
11
12
# File 'lib/vagrant/config/vm/sub_vm.rb', line 10

def initialize
  @options = {}
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



8
9
10
# File 'lib/vagrant/config/vm/sub_vm.rb', line 8

def options
  @options
end