Sha256: 1bfd4cbfc5192f087cc508f230cfe3603ca2563fd5bc34639cb1719b41d57aea
Contents?: true
Size: 215 Bytes
Versions: 9
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true module RatingChgkV2 module Endpoints class TournamentsEndpoint < BaseEndpoint private def base_query [:tournaments] end end end end
Version data entries
9 entries across 9 versions & 1 rubygems