Sha256: 581f01408f9a91c2c52a8bda1dfa91687e255fbb474f94b119c92536e7832936
Contents?: true
Size: 703 Bytes
Versions: 5
Compression:
Stored size: 703 Bytes
Contents
module OpenActive module Models module Schema class Artery < ::OpenActive::Models::Schema::Vessel # @!attribute type # @return [String] def type "schema:Artery" end # @return [OpenActive::Models::Schema::AnatomicalStructure,URI] define_property :arterial_branch, as: "arterialBranch", types: [ "OpenActive::Models::Schema::AnatomicalStructure", "URI", ] # @return [OpenActive::Models::Schema::AnatomicalStructure,URI] define_property :supply_to, as: "supplyTo", types: [ "OpenActive::Models::Schema::AnatomicalStructure", "URI", ] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems