Sha256: 5da048c9ed335afb3138f00e3cda6f79e6be5a7b43ae1484937067ad8d6f6f77
Contents?: true
Size: 525 Bytes
Versions: 7
Compression:
Stored size: 525 Bytes
Contents
class InsuranceProvider include Mongoid::Document embedded_in :record, class_name: 'Record' embeds_one :payer, class_name: "Organization" embeds_many :guarantors, class_name: "Guarantor" embeds_one :subscriber, class_name: "Person" field :type, type: String field :time, type: Integer field :start_time, type: Integer field :end_time, type: Integer field :member_id, type: String field :relationship, type: Hash field :financial_responsibility_type, type: Hash field :name, type: String end
Version data entries
7 entries across 7 versions & 1 rubygems