Sha256: d62727358045aa85e5b74500757ca4663662e8c006dbc8873d35452b6a9c09c6

Contents?: true

Size: 297 Bytes

Versions: 54

Compression:

Stored size: 297 Bytes

Contents

class Ey::Core::Client::Contact < Ey::Core::Model
  extend Ey::Core::Associations

  identity :id

  attribute :name
  attribute :title
  attribute :email
  attribute :phone_number
  attribute :created_at, type: :time
  attribute :updated_at, type: :time
  attribute :deleted_at, type: :time

end

Version data entries

54 entries across 54 versions & 3 rubygems

Version Path
ey-core-3.6.0.autoscaling1 lib/ey-core/models/contact.rb
ey-core-3.6.4 lib/ey-core/models/contact.rb
ey-core-3.6.3 lib/ey-core/models/contact.rb
ey-core-3.6.1 lib/ey-core/models/contact.rb
groove-ey-core-3.6.3 lib/ey-core/models/contact.rb
groove-ey-core-3.6.2 lib/ey-core/models/contact.rb
groove-ey-core-3.6.1 lib/ey-core/models/contact.rb
ey-core-3.5.0 lib/ey-core/models/contact.rb
ey-core-3.4.4 lib/ey-core/models/contact.rb
ey-core-3.4.2 lib/ey-core/models/contact.rb
ey-core-3.4.1 lib/ey-core/models/contact.rb
ey-core-3.4.0 lib/ey-core/models/contact.rb
ey-core-3.3.1 lib/ey-core/models/contact.rb
ey-core-3.3.0 lib/ey-core/models/contact.rb
ey-core-3.2.6 lib/ey-core/models/contact.rb
ey-core-3.2.5 lib/ey-core/models/contact.rb
ey-core-3.2.4 lib/ey-core/models/contact.rb
ey-core-3.2.3 lib/ey-core/models/contact.rb
ey-core-3.2.2 lib/ey-core/models/contact.rb
ey-core-3.2.1 lib/ey-core/models/contact.rb