Sha256: 2c01354f9bd76f6f72d9798f60f7b50a652ffb6da8f1793d6f6ce7dd879088f2
Contents?: true
Size: 266 Bytes
Versions: 10
Compression:
Stored size: 266 Bytes
Contents
module OpenActive module Models module Schema class Restaurant < ::OpenActive::Models::Schema::FoodEstablishment # @!attribute type # @return [String] def type "schema:Restaurant" end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems