bodrovis/rating-chgk-v2

View on GitHub
lib/rating_chgk_v2/endpoints/tournaments_endpoint.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module RatingChgkV2
  module Endpoints
    class TournamentsEndpoint < BaseEndpoint
      private

      def base_query
        [:tournaments]
      end
    end
  end
end