Module: VagrantPlugins::Sakura
- Defined in:
- lib/vagrant-sakura.rb,
lib/vagrant-sakura/action.rb,
lib/vagrant-sakura/config.rb,
lib/vagrant-sakura/errors.rb,
lib/vagrant-sakura/plugin.rb,
lib/vagrant-sakura/command.rb,
lib/vagrant-sakura/version.rb,
lib/vagrant-sakura/provider.rb,
lib/vagrant-sakura/driver/api.rb,
lib/vagrant-sakura/action/halt.rb,
lib/vagrant-sakura/action/reset.rb,
lib/vagrant-sakura/action/list_id.rb,
lib/vagrant-sakura/action/power_on.rb,
lib/vagrant-sakura/action/is_created.rb,
lib/vagrant-sakura/action/read_state.rb,
lib/vagrant-sakura/action/message_down.rb,
lib/vagrant-sakura/action/run_instance.rb,
lib/vagrant-sakura/action/sync_folders.rb,
lib/vagrant-sakura/action/delete_server.rb,
lib/vagrant-sakura/action/read_ssh_info.rb,
lib/vagrant-sakura/action/connect_sakura.rb,
lib/vagrant-sakura/action/message_not_created.rb,
lib/vagrant-sakura/action/message_already_created.rb,
lib/vagrant-sakura/action/message_will_not_destroy.rb
Defined Under Namespace
Modules: Action, Driver, Errors Classes: Command, Config, Plugin, Provider
Constant Summary collapse
- VERSION =
"0.0.6"
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
12 13 14 |
# File 'lib/vagrant-sakura.rb', line 12 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |