class LSync::Method

A backup method provides the interface to copy data from one system to another.

Public Class Methods

new(options = {}) click to toggle source
# File lib/lsync/method.rb, line 31
def initialize(options = {})
end

Public Instance Methods

run(controller) click to toggle source
# File lib/lsync/method.rb, line 34
def run(controller)
end
should_run?(controller) click to toggle source
# File lib/lsync/method.rb, line 37
def should_run?(controller)
end