Sha256: 92a7eba9b6b9c37c25e073cfca70bd614ce38b3db8615af27f8137728bd7a9d9
Contents?: true
Size: 398 Bytes
Versions: 3
Compression:
Stored size: 398 Bytes
Contents
module Contactually module Models class User include Model field :avatar_url, :string field :created_at, :datetime field :email, :string field :id, :string field :first_name, :string field :last_name, :string field :role, :string field :status, :string 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/user.rb |
contactually-rb-0.1.2 | lib/contactually/models/user.rb |
contactually-rb-0.1.1 | lib/contactually/models/user.rb |