Module: VagrantPlugins::Abiquo
- Defined in:
- lib/vagrant-abiquo.rb,
lib/vagrant-abiquo/config.rb,
lib/vagrant-abiquo/errors.rb,
lib/vagrant-abiquo/plugin.rb,
lib/vagrant-abiquo/actions.rb,
lib/vagrant-abiquo/version.rb,
lib/vagrant-abiquo/provider.rb,
lib/vagrant-abiquo/actions/create.rb,
lib/vagrant-abiquo/helpers/client.rb,
lib/vagrant-abiquo/helpers/result.rb,
lib/vagrant-abiquo/actions/destroy.rb,
lib/vagrant-abiquo/actions/power_on.rb,
lib/vagrant-abiquo/actions/power_off.rb,
lib/vagrant-abiquo/actions/check_state.rb
Defined Under Namespace
Modules: Actions, Errors, Helpers Classes: Config, Plugin, Provider
Constant Summary collapse
- VERSION =
'0.0.1'
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
7 8 9 |
# File 'lib/vagrant-abiquo.rb', line 7 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |