Sha256: c329c306e93ffaceb8a74c1ff6a4a68b294bf54012b8fb41ad56b79100dff66f
Contents?: true
Size: 655 Bytes
Versions: 6
Compression:
Stored size: 655 Bytes
Contents
module OpenActive module Models # This type is derived from https://schema.org/LocationFeatureSpecification, which means that any of this type's properties within schema.org may also be used. 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
6 entries across 6 versions & 1 rubygems