Class: VagrantPlugins::ListenServer::Config
- Inherits:
-
Object
- Object
- VagrantPlugins::ListenServer::Config
- Defined in:
- lib/vagrant-listen-server/config.rb
Instance Attribute Summary collapse
-
#folders ⇒ Object
Returns the value of attribute folders.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#pid_file ⇒ Object
Returns the value of attribute pid_file.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#folders ⇒ Object
Returns the value of attribute folders.
6 7 8 |
# File 'lib/vagrant-listen-server/config.rb', line 6 def folders @folders end |
#ip ⇒ Object
Returns the value of attribute ip.
4 5 6 |
# File 'lib/vagrant-listen-server/config.rb', line 4 def ip @ip end |
#pid_file ⇒ Object
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 |
#port ⇒ Object
Returns the value of attribute port.
5 6 7 |
# File 'lib/vagrant-listen-server/config.rb', line 5 def port @port end |