Class: VagrantPlugins::Dotvm::Config::Route

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#populate, #replace_vars, #replace_vars!

Instance Attribute Details

#destination ⇒ Object

Returns the value of attribute destination.



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

def destination
  @destination
end

#gateway ⇒ Object

Returns the value of attribute gateway.



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

def gateway
  @gateway
end