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