Sha256: 5891556ba5a47e132e7b4338bf8924334939acaf7901c8547d94ffbb30a295ba
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
module DCA module Redis class AnalyzeNotify < Ohm::Model attribute :state # create, update, unchange, failed index :state counter :count #reference :session, Session end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dca-0.1.1 | lib/dca/notifier/redis/models/analyze_notify.rb |
dca-0.1.0 | lib/dca/notifier/redis/models/analyze_notify.rb |