Module: VagrantPlugins::VMM

Defined in:
lib/vagrant-vmm.rb,
lib/vagrant-vmm/action.rb,
lib/vagrant-vmm/config.rb,
lib/vagrant-vmm/driver.rb,
lib/vagrant-vmm/errors.rb,
lib/vagrant-vmm/plugin.rb,
lib/vagrant-vmm/version.rb,
lib/vagrant-vmm/provider.rb,
lib/vagrant-vmm/action/import.rb,
lib/vagrant-vmm/synced_folder.rb,
lib/vagrant-vmm/action/delete_vm.rb,
lib/vagrant-vmm/action/resume_vm.rb,
lib/vagrant-vmm/action/read_state.rb,
lib/vagrant-vmm/action/suspend_vm.rb,
lib/vagrant-vmm/cap/public_address.rb,
lib/vagrant-vmm/action/stop_instance.rb,
lib/vagrant-vmm/action/start_instance.rb,
lib/vagrant-vmm/action/wait_for_ip_address.rb,
lib/vagrant-vmm/action/message_will_not_destroy.rb

Defined Under Namespace

Modules: Action, Cap, Errors Classes: Config, Driver, Plugin, Provider, SyncedFolder

Constant Summary collapse

VERSION =
"1.0.3"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


13
14
15
# File 'lib/vagrant-vmm.rb', line 13

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end