Sha256: 8a0c36bc6b21c91af99eba3adb521be411fcdc25150b5d9019b14eb0147915a4

Contents?: true

Size: 253 Bytes

Versions: 2

Compression:

Stored size: 253 Bytes

Contents

module DCA
  module Redis
    class FetchNotify < Ohm::Model
      attribute :state

      index :state

      counter :success
      counter :failure
      #attribute :message
      #attribute :stack
      #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/fetch_notify.rb
dca-0.1.0 lib/dca/notifier/redis/models/fetch_notify.rb