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