Sha256: f8edef4c2509e66e07045c75663a309774a12eeec5962d49ac8573302ae35ff7

Contents?: true

Size: 353 Bytes

Versions: 9

Compression:

Stored size: 353 Bytes

Contents

# frozen_string_literal: true

module RatingChgkV2
  module Rest
    module TournamentFlags
      def tournament_flags
        collection_load name: 'TournamentFlags', ep_params: [[]]
      end

      def tournament_flag(id)
        model_load name: 'TournamentFlag', ep_name: 'TournamentFlags', ep_params: id
      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/rest/tournament_flags.rb
rating-chgk-v2-1.5.0 lib/rating_chgk_v2/rest/tournament_flags.rb
rating-chgk-v2-1.4.0 lib/rating_chgk_v2/rest/tournament_flags.rb
rating-chgk-v2-1.3.0 lib/rating_chgk_v2/rest/tournament_flags.rb
rating-chgk-v2-1.2.0 lib/rating_chgk_v2/rest/tournament_flags.rb
rating-chgk-v2-1.1.0 lib/rating_chgk_v2/rest/tournament_flags.rb
rating-chgk-v2-1.0.1 lib/rating_chgk_v2/rest/tournament_flags.rb
rating-chgk-v2-1.0.0 lib/rating_chgk_v2/rest/tournament_flags.rb
rating-chgk-v2-1.0.0.rc1 lib/rating_chgk_v2/rest/tournament_flags.rb