Sha256: 84fc0c479880bb7543922448b9feb9435f41944206a8816c21fb05e075d16ff7
Contents?: true
Size: 482 Bytes
Versions: 6
Compression:
Stored size: 482 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 Toilets < ::OpenActive::Models::LocationFeatureSpecification # @!attribute type # @return [String] def type "Toilets" end # @return [String] define_property :name, as: "name", types: [ "string", ] end end end
Version data entries
6 entries across 6 versions & 1 rubygems