Sha256: 5c3f6ff786d0133fcc014cf1146301ddaf0a4da8fa5e3c00998d053ed47f79dc
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
module Halo module Ugc module Halo5 class PlayerGameVariant < Halo::APIResponse def initialize(options = {}) super(options) end def find(player, variant, options = {}) get_data("#{@endpoint}/#{player}/gamevariants/#{variant}", options) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems