Sha256: 52776f24d379b2e49ceef88cd471e3e6610aa4059b08590552c36251da9ec175
Contents?: true
Size: 566 Bytes
Versions: 11
Compression:
Stored size: 566 Bytes
Contents
# encoding: utf-8 class Jinda::Doc include Mongoid::Document # jinda begin include Mongoid::Timestamps field :a, :type => String field :b, :type => String field :c, :type => String field :d, :type => String field :x, :type => String field :y, :type => String field :z, :type => String field :s, :type => String field :t, :type => String field :u, :type => String field :w, :type => String field :yes, :type => Boolean field :dscan, :type => String field :process_at, :type => Date field :issue_on, :type => Date # jinda end end
Version data entries
11 entries across 11 versions & 2 rubygems