Sha256: 3f5d005948ec456b58f8d0df82086a5825357780ede1e40a00b9d11a95acafa4
Contents?: true
Size: 629 Bytes
Versions: 4
Compression:
Stored size: 629 Bytes
Contents
module OpenActive module Models # This type is derived from [LocationFeatureSpecification](https://schema.org/LocationFeatureSpecification), which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available. 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
4 entries across 4 versions & 1 rubygems