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