Module: VagrantPlugins::HostRubyProvisioner
- Defined in:
- lib/vagrant-host-ruby-provisioner.rb,
lib/vagrant-host-ruby-provisioner/info.rb,
lib/vagrant-host-ruby-provisioner/config.rb,
lib/vagrant-host-ruby-provisioner/plugin.rb,
lib/vagrant-host-ruby-provisioner/version.rb,
lib/vagrant-host-ruby-provisioner/provisioner.rb
Defined Under Namespace
Classes: Config, Plugin, Provisioner
Constant Summary collapse
- INFO =
{}
- VERSION =
'0.2.0'
Class Attribute Summary collapse
-
.source_root ⇒ Object
readonly
Returns the value of attribute source_root.
Class Attribute Details
.source_root ⇒ Object (readonly)
Returns the value of attribute source_root.
7 8 9 |
# File 'lib/vagrant-host-ruby-provisioner.rb', line 7 def source_root @source_root end |