Class: Vagrant::Unificar::Config
- Inherits:
-
Object
- Object
- Vagrant::Unificar::Config
- Defined in:
- lib/vagrant-unificar/config.rb
Instance Attribute Summary collapse
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#host_ip ⇒ Object
Returns the value of attribute host_ip.
-
#local_dir ⇒ Object
Returns the value of attribute local_dir.
-
#remote_mountpoint ⇒ Object
Returns the value of attribute remote_mountpoint.
Instance Attribute Details
#debug ⇒ Object
Returns the value of attribute debug.
8 9 10 |
# File 'lib/vagrant-unificar/config.rb', line 8 def debug @debug end |
#host_ip ⇒ Object
Returns the value of attribute host_ip.
7 8 9 |
# File 'lib/vagrant-unificar/config.rb', line 7 def host_ip @host_ip end |
#local_dir ⇒ Object
Returns the value of attribute local_dir.
5 6 7 |
# File 'lib/vagrant-unificar/config.rb', line 5 def local_dir @local_dir end |
#remote_mountpoint ⇒ Object
Returns the value of attribute remote_mountpoint.
6 7 8 |
# File 'lib/vagrant-unificar/config.rb', line 6 def remote_mountpoint @remote_mountpoint end |