bodrovis/rating-chgk-v2

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module RatingChgkV2
  module Endpoints
    class TournamentFlagsEndpoint < BaseEndpoint
      private

      def base_query
        [:tournament_flags]
      end
    end
  end
end