Class: Vagrant::Config::NFSConfig

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

Instance Attribute Summary collapse

Attributes inherited from Base

#top

Method Summary

Methods inherited from Base

configures, #env, #instance_variables_hash, json_create, #set_options, #to_hash, #to_json, #validate

Instance Attribute Details

#map_gidObject

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_uidObject

Returns the value of attribute map_uid.



6
7
8
# File 'lib/vagrant/config/nfs.rb', line 6

def map_uid
  @map_uid
end