Sha256: 74210e294131c068e939a98e55c2ebb302c3a384ca3f8078585589c77fc5d27c
Contents?: true
Size: 312 Bytes
Versions: 15
Compression:
Stored size: 312 Bytes
Contents
class Component include Mongoid::Document include Mongoid::Attributes::Dynamic field :type, type: String field :code, type: Hash # Hash of HQMF::Coded field :result, type: Hash # Hash of HQMF::Value end class ResultComponent < Component field :range, type: Hash # Hash of HQMF::Range end
Version data entries
15 entries across 15 versions & 1 rubygems