master
# frozen_string_literal: true module RatingChgkV2 module Collections class TournamentAppealsCollection < BaseCollection MODEL = 'TournamentSynchAppeal' end end end