Sha256: 2d3c5d74a765d91fef3c2d7b853dc2994618d424b8080a91cc20410970da8858

Contents?: true

Size: 351 Bytes

Versions: 5

Compression:

Stored size: 351 Bytes

Contents

module Khronos
  class Storage
    module Adapter

      module Mongoid
        class ScheduleLog
          include ::Mongoid::Document

          field :started_at,  :type => DateTime
          field :status_code, :type => Integer
          field :callbacks,   :type => String

          belongs_to :schedule
        end
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
khronos-0.1.4 lib/khronos/storage/adapter/mongoid/schedule_log.rb
khronos-0.1.3 lib/khronos/storage/adapter/mongoid/schedule_log.rb
khronos-0.1.2 lib/khronos/storage/adapter/mongoid/schedule_log.rb
khronos-0.1.1 lib/khronos/storage/adapter/mongoid/schedule_log.rb
khronos-0.1.0 lib/khronos/storage/adapter/mongoid/schedule_log.rb