Sha256: 06b1d76b0840a9e6eca8646b4f587550e55f88a5d3eb3da35c6f6073fccb9342
Contents?: true
Size: 825 Bytes
Versions: 6
Compression:
Stored size: 825 Bytes
Contents
module OpenActive module Models # [NOTICE: This is a beta class, and is highly likely to change in future versions of this library.] # This type is derived from https://schema.org/Thing, which means that any of this type's properties within schema.org may also be used. class CertificationScheme < ::OpenActive::Models::Schema::Thing # @!attribute type # @return [String] def type "beta:CertificationScheme" end # @return [OpenActive::Models::CertificationLevel] define_property :certification_level, as: "beta:certificationLevel", types: [ "OpenActive::Models::CertificationLevel", ] # @return [URI] define_property :trusted_certification_schemes, as: "beta:trustedCertificationSchemes", types: [ "URI", ] end end end
Version data entries
6 entries across 6 versions & 1 rubygems