Module: VagrantPlugins::DelphixEngine

Defined in:
lib/vagrant-delphix.rb,
lib/vagrant-delphix/util.rb,
lib/vagrant-delphix/action.rb,
lib/vagrant-delphix/config.rb,
lib/vagrant-delphix/errors.rb,
lib/vagrant-delphix/plugin.rb,
lib/vagrant-delphix/version.rb,
lib/vagrant-delphix/provisioner.rb,
lib/vagrant-delphix/action/enable_environment.rb,
lib/vagrant-delphix/action/destroy_environment.rb,
lib/vagrant-delphix/action/disable_environment.rb

Defined Under Namespace

Modules: Action, Errors, Util Classes: Config, Plugin, Provisioner

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.source_rootObject



9
10
11
# File 'lib/vagrant-delphix.rb', line 9

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