Sha256: f395053d21243562412a898c89c6d62584424ac9f421c6a9997b911393744087

Contents?: true

Size: 916 Bytes

Versions: 2

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 [URI]
        define_property :target_url, as: "targetUrl", types: [
          "URI",
        ]

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

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/schema/alignment_object.rb
openactive-0.4.0 lib/openactive/models/schema/alignment_object.rb