Sha256: 40838d10eec61d3484a060ac2b25f094e4e0fe0f40a9247f5c73c5f6d771c950

Contents?: true

Size: 293 Bytes

Versions: 6

Compression:

Stored size: 293 Bytes

Contents

module OpenActive
  module Models
    module Schema
      class PsychologicalTreatment < ::OpenActive::Models::Schema::TherapeuticProcedure
        # @!attribute type
        # @return [String]
        def type
          "schema:PsychologicalTreatment"
        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/psychological_treatment.rb
openactive-0.4.0 lib/openactive/models/schema/psychological_treatment.rb
openactive-0.3.0 lib/openactive/models/schema/psychological_treatment.rb
openactive-0.2.2 lib/openactive/models/schema/psychological_treatment.rb
openactive-0.2.1 lib/openactive/models/schema/psychological_treatment.rb
openactive-0.2.0 lib/openactive/models/schema/psychological_treatment.rb