Sha256: a3c70e2043aabe080eed7c3015ab530f3d0475a4919636592a8da2e04a77e340
Contents?: true
Size: 615 Bytes
Versions: 2
Compression:
Stored size: 615 Bytes
Contents
module OpenActive module Models module Schema class LinkRole < ::OpenActive::Models::Schema::Role # @!attribute type # @return [String] def type "schema:LinkRole" end # @return [String,OpenActive::Models::Schema::Language,URI] define_property :in_language, as: "inLanguage", types: [ "string", "OpenActive::Models::Schema::Language", "URI", ] # @return [String] define_property :link_relationship, as: "linkRelationship", 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/link_role.rb |
openactive-0.4.0 | lib/openactive/models/schema/link_role.rb |