Class: VagrantPlugins::Dotvm::Config::SharedFolder

Inherits:
AbstractConfig show all
Defined in:
lib/vagrant-dotvm/config/sharedfolder.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#convert_array, #ensure_type, #populate

Instance Attribute Details

#createObject

Returns the value of attribute create.



8
9
10
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 8

def create
  @create
end

#disabledObject

Returns the value of attribute disabled.



7
8
9
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 7

def disabled
  @disabled
end

#groupObject

Returns the value of attribute group.



10
11
12
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 10

def group
  @group
end

#guestObject

Returns the value of attribute guest.



6
7
8
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 6

def guest
  @guest
end

#hostObject

Returns the value of attribute host.



5
6
7
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 5

def host
  @host
end

#mount_optionsObject

Returns the value of attribute mount_options.



11
12
13
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 11

def mount_options
  @mount_options
end

#nfs_exportObject

Returns the value of attribute nfs_export.



13
14
15
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 13

def nfs_export
  @nfs_export
end

#nfs_udpObject

Returns the value of attribute nfs_udp.



14
15
16
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 14

def nfs_udp
  @nfs_udp
end

#nfs_versionObject

Returns the value of attribute nfs_version.



15
16
17
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 15

def nfs_version
  @nfs_version
end

#ownerObject

Returns the value of attribute owner.



12
13
14
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 12

def owner
  @owner
end

#rsync__argsObject

Returns the value of attribute rsync__args.



16
17
18
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 16

def rsync__args
  @rsync__args
end

#rsync__autoObject

Returns the value of attribute rsync__auto.



17
18
19
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 17

def rsync__auto
  @rsync__auto
end

#rsync__chownObject

Returns the value of attribute rsync__chown.



18
19
20
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 18

def rsync__chown
  @rsync__chown
end

#rsync__excludeObject

Returns the value of attribute rsync__exclude.



19
20
21
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 19

def rsync__exclude
  @rsync__exclude
end

#rsync__rsync_pathObject

Returns the value of attribute rsync__rsync_path.



20
21
22
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 20

def rsync__rsync_path
  @rsync__rsync_path
end

#rsync__verboseObject

Returns the value of attribute rsync__verbose.



21
22
23
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 21

def rsync__verbose
  @rsync__verbose
end

#smb_hostObject

Returns the value of attribute smb_host.



22
23
24
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 22

def smb_host
  @smb_host
end

#smb_passwordObject

Returns the value of attribute smb_password.



23
24
25
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 23

def smb_password
  @smb_password
end

#smb_usernameObject

Returns the value of attribute smb_username.



24
25
26
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 24

def smb_username
  @smb_username
end

#typeObject

Returns the value of attribute type.



9
10
11
# File 'lib/vagrant-dotvm/config/sharedfolder.rb', line 9

def type
  @type
end