Sha256: e53a0bb0dee9debc05270827da5506adee9767f32981d7f38aa525ddd2b2e1ae

Contents?: true

Size: 916 Bytes

Versions: 3

Compression:

Stored size: 916 Bytes

Contents

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

        # @return [String]
        define_property :target_description, as: "targetDescription", types: [
          "string",
        ]

        # @return [String]
        define_property :educational_framework, as: "educationalFramework", types: [
          "string",
        ]

        # @return [URI]
        define_property :target_url, as: "targetUrl", types: [
          "URI",
        ]

        # @return [String]
        define_property :alignment_type, as: "alignmentType", types: [
          "string",
        ]

        # @return [String]
        define_property :target_name, as: "targetName", types: [
          "string",
        ]
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openactive-0.2.2 lib/openactive/models/schema/alignment_object.rb
openactive-0.2.1 lib/openactive/models/schema/alignment_object.rb
openactive-0.2.0 lib/openactive/models/schema/alignment_object.rb