Class: VagrantPlugins::ListenServer::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-listen-server/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#foldersObject

Returns the value of attribute folders.



6
7
8
# File 'lib/vagrant-listen-server/config.rb', line 6

def folders
  @folders
end

#ipObject

Returns the value of attribute ip.



4
5
6
# File 'lib/vagrant-listen-server/config.rb', line 4

def ip
  @ip
end

#pid_fileObject

Returns the value of attribute pid_file.



7
8
9
# File 'lib/vagrant-listen-server/config.rb', line 7

def pid_file
  @pid_file
end

#portObject

Returns the value of attribute port.



5
6
7
# File 'lib/vagrant-listen-server/config.rb', line 5

def port
  @port
end