Module: VagrantPlugins::Brightbox
- Defined in:
- lib/vagrant-brightbox.rb,
lib/vagrant-brightbox/action.rb,
lib/vagrant-brightbox/config.rb,
lib/vagrant-brightbox/errors.rb,
lib/vagrant-brightbox/plugin.rb,
lib/vagrant-brightbox/version.rb,
lib/vagrant-brightbox/provider.rb,
lib/vagrant-brightbox/util/timer.rb,
lib/vagrant-brightbox/action/is_created.rb,
lib/vagrant-brightbox/action/is_stopped.rb,
lib/vagrant-brightbox/action/read_state.rb,
lib/vagrant-brightbox/action/forced_halt.rb,
lib/vagrant-brightbox/action/unsupported.rb,
lib/vagrant-brightbox/action/map_cloud_ip.rb,
lib/vagrant-brightbox/action/start_server.rb,
lib/vagrant-brightbox/action/create_server.rb,
lib/vagrant-brightbox/action/delete_server.rb,
lib/vagrant-brightbox/action/read_ssh_info.rb,
lib/vagrant-brightbox/action/wait_for_state.rb,
lib/vagrant-brightbox/action/timed_provision.rb,
lib/vagrant-brightbox/action/connect_brightbox.rb,
lib/vagrant-brightbox/action/message_not_created.rb,
lib/vagrant-brightbox/action/message_already_created.rb,
lib/vagrant-brightbox/action/message_will_not_destroy.rb
Defined Under Namespace
Modules: Action, Errors, Util Classes: Config, Plugin, Provider
Constant Summary collapse
- VERSION =
"0.3.1"
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
14 15 16 |
# File 'lib/vagrant-brightbox.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |