master
# frozen_string_literal: true module RatingChgkV2 module Collections class TournamentRequestsCollection < BaseCollection MODEL = 'TournamentSynchRequest' end end end