Module: VagrantPlugins::ProviderZone
- Defined in:
- lib/vagrant-zone.rb,
lib/vagrant-zone/action.rb,
lib/vagrant-zone/config.rb,
lib/vagrant-zone/driver.rb,
lib/vagrant-zone/errors.rb,
lib/vagrant-zone/plugin.rb,
lib/vagrant-zone/version.rb,
lib/vagrant-zone/executor.rb,
lib/vagrant-zone/provider.rb,
lib/vagrant-zone/util/timer.rb,
lib/vagrant-zone/action/halt.rb,
lib/vagrant-zone/action/setup.rb,
lib/vagrant-zone/action/start.rb,
lib/vagrant-zone/action/create.rb,
lib/vagrant-zone/action/import.rb,
lib/vagrant-zone/action/destroy.rb,
lib/vagrant-zone/action/network.rb,
lib/vagrant-zone/action/package.rb,
lib/vagrant-zone/action/is_created.rb,
lib/vagrant-zone/action/not_created.rb,
lib/vagrant-zone/action/wait_till_up.rb,
lib/vagrant-zone/action/prepare_nfs_valid_ids.rb
Defined Under Namespace
Modules: Action, Errors, Executor, Util Classes: Config, Driver, Plugin, Provider
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
-
.source_root ⇒ Pathname
This function returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This function returns the path to the source of this plugin
15 16 17 |
# File 'lib/vagrant-zone.rb', line 15 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |