Class: Vagrant::Config::VMConfig::SubVM
- Inherits:
-
Object
- Object
- Vagrant::Config::VMConfig::SubVM
- 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
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize ⇒ SubVM
constructor
A new instance of SubVM.
Methods included from Util::StackedProcRunner
#proc_stack, #push_proc, #run_procs!
Constructor Details
#initialize ⇒ SubVM
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
#options ⇒ Object (readonly)
Returns the value of attribute options.
8 9 10 |
# File 'lib/vagrant/config/vm/sub_vm.rb', line 8 def @options end |