master
# frozen_string_literal: true module RatingChgkV2 module Collections class PlayerTournamentsCollection < BaseCollection paginated MODEL = 'PlayerTournament' end end end