lib/vagrant-unison2/config.rb in vagrant-unison2-1.2.2 vs lib/vagrant-unison2/config.rb in vagrant-unison2-1.2.3
- old
+ new
@@ -42,18 +42,24 @@
# Restart Unison in the VM when it's consuming more than this
# amount of memory (in MB)
# @return [int]
attr_accessor :mem_cap_mb
+ # perms arg value
+ #
+ # @return [int]
+ attr_accessor :perms
+
def initialize(region_specific=false)
@host_folder = UNSET_VALUE
@guest_folder = UNSET_VALUE
@ignore = UNSET_VALUE
@repeat = UNSET_VALUE
@ssh_host = UNSET_VALUE
@ssh_port = UNSET_VALUE
@ssh_user = UNSET_VALUE
@mem_cap_mb = UNSET_VALUE
+ @perms = UNSET_VALUE
end
def finalize!
# The access keys default to nil
@host_folder = nil if @host_folder == UNSET_VALUE