Sha256: b72ebc38f10e70e2c5ded2abc4f8db4985b246283463f3d93ed0a0f23d8faf9d
Contents?: true
Size: 654 Bytes
Versions: 4
Compression:
Stored size: 654 Bytes
Contents
module OpenActive module Models # This type is derived from [Barcode](https://schema.org/Barcode), which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available. class Barcode < ::OpenActive::Models::ImageObject # @!attribute type # @return [String] def type "Barcode" end # @return [String] define_property :text, as: "text", types: [ "string", ] # @return [URI] define_property :url, as: "url", types: [ "URI", ] end end end
Version data entries
4 entries across 4 versions & 1 rubygems