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