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