Class: VagrantPlugins::Dotvm::Config::Host

Inherits:
AbstractConfig show all
Defined in:
lib/vagrant-dotvm/config/host.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#populate, #replace_vars, #replace_vars!

Instance Attribute Details

#host ⇒ Object

Returns the value of attribute host.



6
7
8
# File 'lib/vagrant-dotvm/config/host.rb', line 6

def host
  @host
end

#ip ⇒ Object

Returns the value of attribute ip.



5
6
7
# File 'lib/vagrant-dotvm/config/host.rb', line 5

def ip
  @ip
end