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.
Attributes inherited from Base
Method Summary
Methods inherited from Base
configures, #env, #instance_variables_hash, json_create, #set_options, #to_hash, #to_json, #validate
Instance Attribute Details
#map_gid ⇒ Object
Returns the value of attribute map_gid.
7 8 9 |
# File 'lib/vagrant/config/nfs.rb', line 7 def map_gid @map_gid end |
#map_uid ⇒ Object
Returns the value of attribute map_uid.
6 7 8 |
# File 'lib/vagrant/config/nfs.rb', line 6 def map_uid @map_uid end |