Sha256: aaa73e77df2bb8ea17971e9ed788716d8dfec00eedff39f3ff1c149e15259afe
Contents?: true
Size: 481 Bytes
Versions: 69
Compression:
Stored size: 481 Bytes
Contents
# QueryJob is a library provding an interfact to the Query Job Processor (also # known as Copy Handler) # SimpleDB related classes and methods defined in flydata and flydata-web will # be eventually consolidated into this library. module FlydataCore module QueryJob # A special "sequence number" which kicks off sync handoff between init and cont syncs. SYNC_FIRST_SEQ = '1.sync' end end Dir[File.join(File.dirname(__FILE__), "query_job/**/*.rb")].each do |f| require f end
Version data entries
69 entries across 69 versions & 1 rubygems