class Multisync::Definition::Null
Public Class Methods
new()
click to toggle source
# File lib/multisync/definition/null.rb, line 4 def initialize end
Public Instance Methods
check_destination?()
click to toggle source
# File lib/multisync/definition/null.rb, line 48 def check_destination? false end
check_source?()
click to toggle source
# File lib/multisync/definition/null.rb, line 44 def check_source? false end
checks()
click to toggle source
# File lib/multisync/definition/null.rb, line 40 def checks [] end
default?()
click to toggle source
# File lib/multisync/definition/null.rb, line 36 def default? false end
destination()
click to toggle source
to (destination) is a required option and should be set at least at root level
# File lib/multisync/definition/null.rb, line 28 def destination raise "no destination (to) defined" end
destination_description()
click to toggle source
# File lib/multisync/definition/null.rb, line 32 def destination_description '' end
fullname()
click to toggle source
# File lib/multisync/definition/null.rb, line 10 def fullname nil end
register(member)
click to toggle source
# File lib/multisync/definition/null.rb, line 7 def register member end
rsync_options()
click to toggle source
# File lib/multisync/definition/null.rb, line 14 def rsync_options [] end
source()
click to toggle source
from (source) is a required option and should be set at least at root level
# File lib/multisync/definition/null.rb, line 19 def source raise "no source (from) defined" end
source_description()
click to toggle source
# File lib/multisync/definition/null.rb, line 23 def source_description '' end