Class: VagrantPlugins::RemoteForward::Config::Forward

Inherits:
Struct
  • Object
show all
Defined in:
lib/vagrant-remote-forward/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



4
5
6
# File 'lib/vagrant-remote-forward/config.rb', line 4

def host
  @host
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



4
5
6
# File 'lib/vagrant-remote-forward/config.rb', line 4

def port
  @port
end

#remoteportObject

Returns the value of attribute remoteport

Returns:

  • (Object)

    the current value of remoteport



4
5
6
# File 'lib/vagrant-remote-forward/config.rb', line 4

def remoteport
  @remoteport
end