Sha256: fac71043feb5d14458e550ca72a544518b20a4e7e226a70e6628f685bba45953

Contents?: true

Size: 266 Bytes

Versions: 2

Compression:

Stored size: 266 Bytes

Contents

module Feed
  class Item
    include Mongoid::Document

    field :a_integer, type: Integer
    field :a_string, type: String
    field :a_datetime, type: DateTime
    field :a_date, type: Date
    field :a_time, type: Time
    field :a_array, type: Array
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongoid-scroll-0.2.1 spec/support/feed/item.rb
mongoid-scroll-0.2.0 spec/support/feed/item.rb