Sha256: ae29e141b5ffab5abee5f9f40a51b61a36a03f6d946a57b3014021c5796ff48f
Contents?: true
Size: 484 Bytes
Versions: 6
Compression:
Stored size: 484 Bytes
Contents
module OpenActive module Models # [NOTICE: This is a beta class, and is highly likely to change in future versions of this library.] # 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 Cafe < ::OpenActive::Models::LocationFeatureSpecification # @!attribute type # @return [String] def type "beta:Cafe" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems