Sha256: 5fbc8eb6d4b6e962c6fb3f5a4064da5e305188e1ef70e6873ab32b7350216b78
Contents?: true
Size: 239 Bytes
Versions: 9
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true module RatingChgkV2 module Endpoints class TournamentSynchAppealsEndpoint < BaseEndpoint private def base_query [:tournament_synch_appeals] end end end end
Version data entries
9 entries across 9 versions & 1 rubygems