Sha256: 9131212fd1c39892c4d7bfa9ed36c47b1ae05a9b7579c4c5763c4ca01c354d89

Contents?: true

Size: 350 Bytes

Versions: 3

Compression:

Stored size: 350 Bytes

Contents

module Contactually
  module Models
    class Bucket
      include Model

      field :contact_count, :integer
      field :created_at, :datetime
      field :goal, :string
      field :id, :string
      field :name, :string
      field :reminder_interval, :integer
      field :updated_at, :datetime

      field :extra_data, Hash
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
contactually-rb-0.1.3 lib/contactually/models/bucket.rb
contactually-rb-0.1.2 lib/contactually/models/bucket.rb
contactually-rb-0.1.1 lib/contactually/models/bucket.rb