Module: VagrantPlugins::BoxGCS
- Defined in:
- lib/vagrant-box-gcs.rb,
lib/vagrant-box-gcs/errors.rb,
lib/vagrant-box-gcs/plugin.rb,
lib/vagrant-box-gcs/storage.rb,
lib/vagrant-box-gcs/version.rb,
lib/vagrant-box-gcs/middleware/init.rb
Defined Under Namespace
Modules: Errors Classes: Init, Plugin, Storage
Constant Summary collapse
- VERSION =
'1.0.2'
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
7 8 9 |
# File 'lib/vagrant-box-gcs.rb', line 7 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |