Sha256: fef2d90e008dc897b2c1530192d452ea20334bc70673ff7f109958eb8883a7e5

Contents?: true

Size: 703 Bytes

Versions: 1

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 :supply_to, as: "supplyTo", types: [
          "OpenActive::Models::Schema::AnatomicalStructure",
          "URI",
        ]

        # @return [OpenActive::Models::Schema::AnatomicalStructure,URI]
        define_property :arterial_branch, as: "arterialBranch", types: [
          "OpenActive::Models::Schema::AnatomicalStructure",
          "URI",
        ]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openactive-0.3.0 lib/openactive/models/schema/artery.rb