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

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

Overview

Stores host configuration

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#convert_array, #ensure_type, #populate

Instance Attribute Details

#hostObject

Returns the value of attribute host.



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

def host
  @host
end

#ipObject

Returns the value of attribute ip.



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

def ip
  @ip
end