Sha256: 1543efa914bc8cdb1dd06e9b1107001e125c3a1dd4cb91c34c5549c05fe272a9
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 Showers < ::OpenActive::Models::LocationFeatureSpecification # @!attribute type # @return [String] def type "Showers" end # @return [String] define_property :name, as: "name", types: [ "string", ] end end end
Version data entries
6 entries across 6 versions & 1 rubygems