Module: VagrantPlugins::VagrantNotifyForwarder
- Defined in:
- lib/vagrant-notify-forwarder.rb,
lib/vagrant-notify-forwarder/utils.rb,
lib/vagrant-notify-forwarder/config.rb,
lib/vagrant-notify-forwarder/plugin.rb,
lib/vagrant-notify-forwarder/version.rb,
lib/vagrant-notify-forwarder/action/check_boot_state.rb,
lib/vagrant-notify-forwarder/action/stop_host_forwarder.rb,
lib/vagrant-notify-forwarder/action/start_host_forwarder.rb,
lib/vagrant-notify-forwarder/action/start_client_forwarder.rb
Defined Under Namespace
Modules: Action Classes: Config, Plugin, Utils
Constant Summary collapse
- VERSION =
"0.7.5"
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/vagrant-notify-forwarder.rb', line 6 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |