class ODisk::SyncJob
Constants
- COPY
- LOCAL
- OREFS
location of master
- REMOTE
- REMOVE
- STATS
Attributes
master[R]
op[R]
path[R]
Public Class Methods
new(rel_path, master, op)
click to toggle source
# File lib/odisk/syncjob.rb, line 18 def initialize(rel_path, master, op) @path = rel_path @master = master @op = op end