Sha256: a05b16aad66156d59036a3e9d7e6562a29328b90965085402fd758b04566ee32

Contents?: true

Size: 224 Bytes

Versions: 9

Compression:

Stored size: 224 Bytes

Contents

# frozen_string_literal: true

module RatingChgkV2
  module Endpoints
    class TournamentTypesEndpoint < BaseEndpoint
      private

      def base_query
        [:tournament_types]
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rating-chgk-v2-1.6.0 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb
rating-chgk-v2-1.5.0 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb
rating-chgk-v2-1.4.0 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb
rating-chgk-v2-1.3.0 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb
rating-chgk-v2-1.2.0 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb
rating-chgk-v2-1.1.0 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb
rating-chgk-v2-1.0.1 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb
rating-chgk-v2-1.0.0 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb
rating-chgk-v2-1.0.0.rc1 lib/rating_chgk_v2/endpoints/tournament_types_endpoint.rb