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

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

Overview

Stores route configuration

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#convert_array, #ensure_type, #populate

Instance Attribute Details

#destinationObject

Returns the value of attribute destination.



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

def destination
  @destination
end

#gatewayObject

Returns the value of attribute gateway.



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

def gateway
  @gateway
end