Sha256: 18afff0dae348f1703eb99bb6f73a94a74adea80f99429888fa0bba562e59bb6
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
module Halo module Stats module Halo5 class PcPlayerMatchHistory < APIResponse def initialize(options = {}) super(options) end def find(player, options = {}) get_data("pc/players/#{player}/matches", options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
halo-api-0.2.1 | lib/halo-api/modules/stats/halo5/pc_player_match_history.rb |