Sha256: 99362334352e1a612fc880e410d87f39f50c70d56e1a7b614b45136b87844d29
Contents?: true
Size: 916 Bytes
Versions: 1
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 :alignment_type, as: "alignmentType", types: [ "string", ] # @return [String] define_property :educational_framework, as: "educationalFramework", types: [ "string", ] # @return [String] define_property :target_description, as: "targetDescription", types: [ "string", ] # @return [String] define_property :target_name, as: "targetName", types: [ "string", ] # @return [URI] define_property :target_url, as: "targetUrl", types: [ "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/alignment_object.rb |