Class: Vagrant::Config::NFSConfig
- Defined in:
- lib/vagrant/config/nfs.rb
Instance Attribute Summary collapse
-
#map_gid ⇒ Object
Returns the value of attribute map_gid.
-
#map_uid ⇒ Object
Returns the value of attribute map_uid.
Method Summary
Methods inherited from Base
#instance_variables_hash, json_create, #merge, #set_options, #to_hash, #to_json, #validate
Instance Attribute Details
#map_gid ⇒ Object
Returns the value of attribute map_gid.
5 6 7 |
# File 'lib/vagrant/config/nfs.rb', line 5 def map_gid @map_gid end |
#map_uid ⇒ Object
Returns the value of attribute map_uid.
4 5 6 |
# File 'lib/vagrant/config/nfs.rb', line 4 def map_uid @map_uid end |