Module: VagrantPlugins::CommandDns
- Defined in:
- lib/vagrant-command-dns.rb,
lib/vagrant-command-dns/action.rb,
lib/vagrant-command-dns/config.rb,
lib/vagrant-command-dns/errors.rb,
lib/vagrant-command-dns/plugin.rb,
lib/vagrant-command-dns/version.rb,
lib/vagrant-command-dns/command/ip.rb,
lib/vagrant-command-dns/action/host.rb,
lib/vagrant-command-dns/command/root.rb,
lib/vagrant-command-dns/action/get_ip.rb,
lib/vagrant-command-dns/action/route53.rb,
lib/vagrant-command-dns/action/show_ip.rb,
lib/vagrant-command-dns/command/host/root.rb,
lib/vagrant-command-dns/action/host/create.rb,
lib/vagrant-command-dns/action/host/destroy.rb,
lib/vagrant-command-dns/command/host/create.rb,
lib/vagrant-command-dns/command/host/destroy.rb,
lib/vagrant-command-dns/command/route53/root.rb,
lib/vagrant-command-dns/action/route53/create.rb,
lib/vagrant-command-dns/action/route53/connect.rb,
lib/vagrant-command-dns/action/route53/destroy.rb,
lib/vagrant-command-dns/command/route53/create.rb,
lib/vagrant-command-dns/command/route53/destroy.rb
Defined Under Namespace
Modules: Action, Command, Errors Classes: Config, Plugin
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
15 16 17 |
# File 'lib/vagrant-command-dns.rb', line 15 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |