Class: VagrantPlugins::Dotvm::Config::Route
- Inherits:
-
AbstractConfig
- Object
- AbstractConfig
- VagrantPlugins::Dotvm::Config::Route
- Defined in:
- lib/vagrant-dotvm/config/route.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
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 |