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