Sha256: 5fe929bd72d28eeae8b84f1d43e2adbedacb7082e95854b4eca1c38cd48c3eec

Contents?: true

Size: 172 Bytes

Versions: 10

Compression:

Stored size: 172 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 lib/health-data-standards/models/guarantor.rb
health-data-standards-2.2.0 lib/health-data-standards/models/guarantor.rb
health-data-standards-2.1.4 lib/health-data-standards/models/guarantor.rb
health-data-standards-2.1.3 lib/health-data-standards/models/guarantor.rb
health-data-standards-2.1.2 lib/health-data-standards/models/guarantor.rb
health-data-standards-2.1.1 lib/health-data-standards/models/guarantor.rb
health-data-standards-2.1.0 lib/health-data-standards/models/guarantor.rb
health-data-standards-2.0.0 lib/health-data-standards/models/guarantor.rb
health-data-standards-1.0.1 lib/health-data-standards/models/guarantor.rb
health-data-standards-1.0.0 lib/health-data-standards/models/guarantor.rb