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