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