Class: Vagrant::Config::NFSConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/vagrant/config/nfs.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#instance_variables_hash, json_create, #merge, #set_options, #to_hash, #to_json, #validate

Instance Attribute Details

#map_gidObject

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_uidObject

Returns the value of attribute map_uid.



4
5
6
# File 'lib/vagrant/config/nfs.rb', line 4

def map_uid
  @map_uid
end