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