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