Sha256: 09abaa1852890699058f610e1de6b64d35c39609e272ddc9233429b550815634
Contents?: true
Size: 683 Bytes
Versions: 4
Compression:
Stored size: 683 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 DropdownFormFieldSpecification < ::OpenActive::Models::PropertyValueSpecification # @!attribute type # @return [String] def type "DropdownFormFieldSpecification" end # @return [Array<String>] define_property :value_option, as: "valueOption", types: [ "string[]", ] end end end
Version data entries
4 entries across 4 versions & 1 rubygems