Sha256: 1fdd2cafcc138122dfaa963ffb40da4c237d1534399288a0cd5d93e73d8c2853

Contents?: true

Size: 474 Bytes

Versions: 6

Compression:

Stored size: 474 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 CertificationLevel < ::OpenActive::Models::Schema::Thing
      # @!attribute type
      # @return [String]
      def type
        "beta:CertificationLevel"
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/certification_level.rb
openactive-0.4.0 lib/openactive/models/certification_level.rb
openactive-0.3.0 lib/openactive/models/certification_level.rb
openactive-0.2.2 lib/openactive/models/certification_level.rb
openactive-0.2.1 lib/openactive/models/certification_level.rb
openactive-0.2.0 lib/openactive/models/certification_level.rb