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_rootObject



7
8
9
# File 'lib/vagrant-box-gcs.rb', line 7

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