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