Sha256: d5b9d6ec7c940fd7438c07e325849eb5cede7acdce3013e9b671a8719700d281

Contents?: true

Size: 279 Bytes

Versions: 47

Compression:

Stored size: 279 Bytes

Contents

class Address
  include Mongoid::Document
  
  field :street, type: Array, default: []
  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

47 entries across 47 versions & 1 rubygems

Version Path
health-data-standards-3.2.0 lib/health-data-standards/models/address.rb
health-data-standards-3.1.1 lib/health-data-standards/models/address.rb
health-data-standards-3.1.0 lib/health-data-standards/models/address.rb
health-data-standards-3.0.6 lib/health-data-standards/models/address.rb
health-data-standards-3.0.5 lib/health-data-standards/models/address.rb
health-data-standards-3.0.4 lib/health-data-standards/models/address.rb
health-data-standards-3.0.3 lib/health-data-standards/models/address.rb