Module: VagrantPlugins::XHYVE

Defined in:
lib/vagrant-xhyve.rb,
lib/vagrant-xhyve/action.rb,
lib/vagrant-xhyve/config.rb,
lib/vagrant-xhyve/errors.rb,
lib/vagrant-xhyve/plugin.rb,
lib/vagrant-xhyve/version.rb,
lib/vagrant-xhyve/provider.rb,
lib/vagrant-xhyve/util/timer.rb,
lib/vagrant-xhyve/action/boot.rb,
lib/vagrant-xhyve/action/import.rb,
lib/vagrant-xhyve/action/is_created.rb,
lib/vagrant-xhyve/action/is_stopped.rb,
lib/vagrant-xhyve/action/read_state.rb,
lib/vagrant-xhyve/util/vagrant-xhyve.rb,
lib/vagrant-xhyve/action/read_ssh_info.rb,
lib/vagrant-xhyve/action/stop_instance.rb,
lib/vagrant-xhyve/action/wait_for_state.rb,
lib/vagrant-xhyve/action/timed_provision.rb,
lib/vagrant-xhyve/action/terminate_instance.rb,
lib/vagrant-xhyve/action/message_not_created.rb,
lib/vagrant-xhyve/action/message_already_created.rb,
lib/vagrant-xhyve/action/message_will_not_destroy.rb

Defined Under Namespace

Modules: Action, Errors, Util Classes: Config, Plugin, Provider

Constant Summary collapse

VERSION =
'0.4.1'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


18
19
20
# File 'lib/vagrant-xhyve.rb', line 18

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