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