Sha256: 672b708e05c2605a8f04fa851439e70177d3de2d3a4b53c3df0e91dcff0d8985
Contents?: true
Size: 563 Bytes
Versions: 4
Compression:
Stored size: 563 Bytes
Contents
module OpenActive module Models # This type is derived from [PropertyValueSpecification](https://schema.org/PropertyValueSpecification), 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 ShortAnswerFormFieldSpecification < ::OpenActive::Models::PropertyValueSpecification # @!attribute type # @return [String] def type "ShortAnswerFormFieldSpecification" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems