Module: VagrantPlugins::Dustcloud

Defined in:
lib/vagrant-dustcloud.rb,
lib/vagrant-dustcloud/action.rb,
lib/vagrant-dustcloud/config.rb,
lib/vagrant-dustcloud/errors.rb,
lib/vagrant-dustcloud/plugin.rb,
lib/vagrant-dustcloud/version.rb,
lib/vagrant-dustcloud/provider.rb,
lib/vagrant-dustcloud/util/timer.rb,
lib/vagrant-dustcloud/action/is_created.rb,
lib/vagrant-dustcloud/action/is_stopped.rb,
lib/vagrant-dustcloud/action/read_state.rb,
lib/vagrant-dustcloud/action/run_instance.rb,
lib/vagrant-dustcloud/action/read_ssh_info.rb,
lib/vagrant-dustcloud/action/stop_instance.rb,
lib/vagrant-dustcloud/action/start_instance.rb,
lib/vagrant-dustcloud/action/wait_for_state.rb,
lib/vagrant-dustcloud/action/connect_dustcloud.rb,
lib/vagrant-dustcloud/action/terminate_instance.rb,
lib/vagrant-dustcloud/action/message_not_created.rb,
lib/vagrant-dustcloud/action/message_already_created.rb,
lib/vagrant-dustcloud/action/message_will_not_destroy.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.0.5'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-dustcloud.rb', line 14

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