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