Sha256: 5b211ecdba072b8fbd956d71e5a7c6a937097b00547046cb4433f186f6d295d1

Contents?: true

Size: 226 Bytes

Versions: 21

Compression:

Stored size: 226 Bytes

Contents

class Telecom
  include Mongoid::Document
  include Mongoid::Attributes::Dynamic
  
  field :use, type: String
  field :value, type: String
  field :preferred, type: Boolean
  
  embedded_in :contactable, polymorphic: true
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
health-data-standards-3.5.0 lib/health-data-standards/models/telecom.rb