Sha256: 16f724767879c2b40b6ec810e7756ebf0ccb8c68060fceca5b36f7e5946df23a
Contents?: true
Size: 396 Bytes
Versions: 6
Compression:
Stored size: 396 Bytes
Contents
require 'typesafe_enum' module OpenActive module Enums module Schema # Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice. class MedicalEnumeration < TypesafeEnum::Base end end end end
Version data entries
6 entries across 6 versions & 1 rubygems