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