Sha256: 3db21bb11aa6a567a768b925ed8eeba64867f1ecfda0e29918ba0459587c1113
Contents?: true
Size: 428 Bytes
Versions: 6
Compression:
Stored size: 428 Bytes
Contents
module OpenActive module Models # This type is derived from https://schema.org/PropertyValueSpecification, which means that any of this type's properties within schema.org may also be used. class ShortAnswerFormFieldSpecification < ::OpenActive::Models::PropertyValueSpecification # @!attribute type # @return [String] def type "ShortAnswerFormFieldSpecification" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems