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