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

#create ⇒ Object

Returns the value of attribute create.



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

def create
  @create
end

#disabled ⇒ Object

Returns the value of attribute disabled.



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

def disabled
  @disabled
end

#group ⇒ Object

Returns the value of attribute group.



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

def group
  @group
end

#guest ⇒ Object

Returns the value of attribute guest.



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

def guest
  @guest
end

#host ⇒ Object

Returns the value of attribute host.



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

def host
  @host
end

#mount_options ⇒ Object

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_export ⇒ Object

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_udp ⇒ Object

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_version ⇒ Object

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

#owner ⇒ Object

Returns the value of attribute owner.



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

def owner
  @owner
end

#rsync__args ⇒ Object

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__auto ⇒ Object

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__chown ⇒ Object

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__exclude ⇒ Object

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_path ⇒ Object

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__verbose ⇒ Object

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_host ⇒ Object

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_password ⇒ Object

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_username ⇒ Object

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

#type ⇒ Object

Returns the value of attribute type.



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

def type
  @type
end