Sha256: 6b440dfd7b6c064833c5023fba68ea39886a742ba8a7dd431de0657d4c8dbea4
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
module Contactually module Models class Address include Model field :city, :string field :country, :string field :id, :string field :full_address, :string field :label, :string field :state, :string field :street_1, :string field :street_2, :string field :zip, :string end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
contactually-rb-0.1.3 | lib/contactually/models/address.rb |
contactually-rb-0.1.2 | lib/contactually/models/address.rb |
contactually-rb-0.1.1 | lib/contactually/models/address.rb |