Sha256: 8fa7ab3f4da6dda3772bc13cabbd1bda57ad9e6e04961ae008ce2aa76a5a2976
Contents?: true
Size: 424 Bytes
Versions: 6
Compression:
Stored size: 424 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 ParagraphFormFieldSpecification < ::OpenActive::Models::PropertyValueSpecification # @!attribute type # @return [String] def type "ParagraphFormFieldSpecification" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems