Sha256: 75d827fbb9a8aca0163c20d51fbd6d8db3d9cac5847338ef31397aec884749e2
Contents?: true
Size: 792 Bytes
Versions: 4
Compression:
Stored size: 792 Bytes
Contents
module OpenActive module Models # This type is derived from [LocationFeatureSpecification](https://schema.org/LocationFeatureSpecification), 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 LocationFeatureSpecification < ::OpenActive::Models::Schema::LocationFeatureSpecification # @!attribute type # @return [String] def type "LocationFeatureSpecification" end # @return [String] define_property :name, as: "name", types: [ "string", ] # @return [Boolean,nil] define_property :value, as: "value", types: [ "bool", "null", ] end end end
Version data entries
4 entries across 4 versions & 1 rubygems