Sha256: 5ab710ca0a8658a848b5e37c4f5294ab770747ce0ef9155c6893a1837cb89347

Contents?: true

Size: 275 Bytes

Versions: 6

Compression:

Stored size: 275 Bytes

Contents

module OpenActive
  module Models
    module Schema
      class RadiationTherapy < ::OpenActive::Models::Schema::MedicalTherapy
        # @!attribute type
        # @return [String]
        def type
          "schema:RadiationTherapy"
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/schema/radiation_therapy.rb
openactive-0.4.0 lib/openactive/models/schema/radiation_therapy.rb
openactive-0.3.0 lib/openactive/models/schema/radiation_therapy.rb
openactive-0.2.2 lib/openactive/models/schema/radiation_therapy.rb
openactive-0.2.1 lib/openactive/models/schema/radiation_therapy.rb
openactive-0.2.0 lib/openactive/models/schema/radiation_therapy.rb