Sha256: d889f58e42214e2a55c697fbd7bea67e47caa7ff452a40109272af0a2e945d28

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

module Contactually
  module Models
    class PhoneNumber
      include Model

      field :id, :string
      field :label, :string
      field :number, :string
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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