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