Sha256: 10fe5deb11b12a1976fe5c53de195b9fc05e09efb354286281bd0541197d12a5

Contents?: true

Size: 201 Bytes

Versions: 6

Compression:

Stored size: 201 Bytes

Contents

class Guarantor
  include Mongoid::Document
  
  embeds_one :organization
  embeds_one :person
  
  field :time, type: Integer
  field :start_time, type: Integer
  field :end_time, type: Integer
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

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