module OpenActive module Models module Schema class ArtGallery < ::OpenActive::Models::Schema::EntertainmentBusiness # @!attribute type # @return [String] def type "schema:ArtGallery" end end end end end