Sha256: 34e84a38d9df4633d81954b07741bcd4d12ed8597ed20577342de10d60d7633a
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 Bytes
Contents
class Address include Mongoid::Document field :street, type: Array field :city, type: String field :state, type: String field :zip, type: String field :country, type: String field :use, type: String embedded_in :locatable, polymorphic: true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-2.2.1 | lib/health-data-standards/models/address.rb |
health-data-standards-2.2.0 | lib/health-data-standards/models/address.rb |