Sha256: 6453de01994c46995c311ee4784086c4899c925526cf620e53b5b12e28471f99
Contents?: true
Size: 713 Bytes
Versions: 5
Compression:
Stored size: 713 Bytes
Contents
module OpenActive module Models module Schema class MedicalSign < ::OpenActive::Models::Schema::MedicalSignOrSymptom # @!attribute type # @return [String] def type "schema:MedicalSign" end # @return [OpenActive::Models::Schema::PhysicalExam,URI] define_property :identifying_exam, as: "identifyingExam", types: [ "OpenActive::Models::Schema::PhysicalExam", "URI", ] # @return [OpenActive::Models::Schema::MedicalTest,URI] define_property :identifying_test, as: "identifyingTest", types: [ "OpenActive::Models::Schema::MedicalTest", "URI", ] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems