Sha256: 4c7cfafcc2632d3643cae76b9934c692cd05f34c5b4e211da6f0b931b21e216c

Contents?: true

Size: 203 Bytes

Versions: 9

Compression:

Stored size: 203 Bytes

Contents

# frozen_string_literal: true

module RatingChgkV2
  module Endpoints
    class TeamsEndpoint < BaseEndpoint
      private

      def base_query
        [:teams]
      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/teams_endpoint.rb
rating-chgk-v2-1.5.0 lib/rating_chgk_v2/endpoints/teams_endpoint.rb
rating-chgk-v2-1.4.0 lib/rating_chgk_v2/endpoints/teams_endpoint.rb
rating-chgk-v2-1.3.0 lib/rating_chgk_v2/endpoints/teams_endpoint.rb
rating-chgk-v2-1.2.0 lib/rating_chgk_v2/endpoints/teams_endpoint.rb
rating-chgk-v2-1.1.0 lib/rating_chgk_v2/endpoints/teams_endpoint.rb
rating-chgk-v2-1.0.1 lib/rating_chgk_v2/endpoints/teams_endpoint.rb
rating-chgk-v2-1.0.0 lib/rating_chgk_v2/endpoints/teams_endpoint.rb
rating-chgk-v2-1.0.0.rc1 lib/rating_chgk_v2/endpoints/teams_endpoint.rb