Module: VagrantPlugins::Filoo

Defined in:
lib/vagrant_filoo.rb,
lib/vagrant_filoo/action.rb,
lib/vagrant_filoo/config.rb,
lib/vagrant_filoo/errors.rb,
lib/vagrant_filoo/plugin.rb,
lib/vagrant_filoo/version.rb,
lib/vagrant_filoo/provider.rb,
lib/vagrant_filoo/util/timer.rb,
lib/vagrant_filoo/cloud_compute.rb,
lib/vagrant_filoo/action/get_images.rb,
lib/vagrant_filoo/action/is_created.rb,
lib/vagrant_filoo/action/is_stopped.rb,
lib/vagrant_filoo/action/read_state.rb,
lib/vagrant_filoo/action/create_server.rb,
lib/vagrant_filoo/action/read_ssh_info.rb,
lib/vagrant_filoo/action/stop_instance.rb,
lib/vagrant_filoo/action/start_instance.rb,
lib/vagrant_filoo/action/terminate_instance.rb,
lib/vagrant_filoo/action/message_not_created.rb,
lib/vagrant_filoo/action/message_already_created.rb

Defined Under Namespace

Modules: Action, CloudCompute, Errors, Util Classes: Config, 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)


13
14
15
# File 'lib/vagrant_filoo.rb', line 13

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