Sha256: fd9e2d04b6ca9f40bacfbf220cb4739649f15a7adb0367f84733f517b914e1db

Contents?: true

Size: 337 Bytes

Versions: 21

Compression:

Stored size: 337 Bytes

Contents

module Qrda

  class LegalAuthenticator
    include Mongoid::Document

    field :time, type: DateTime, default: Time.now
    field :telecoms, type: Array
    
    embeds_many :ids
    embeds_many :addresses
    embeds_one :person, class_name: "Qrda::Person"
    embeds_one :organization, class_name: "Qrda::Organization"


  end
  
end

Version data entries

21 entries across 21 versions & 1 rubygems

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