Sha256: d97664a9800517a48549b952d602e0078df76beb491052ad4b930bba6ab7156d
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
module Halo module Stats module Halo5 class PlayerMatchHistory < APIResponse def initialize(options = {}) super(options) end def find(player, options = {}) get_data("/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/player_match_history.rb |