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