Sha256: f811ec9e72ac1102f7d589ea0ee4b54a42c5964a769dfe05b52d54ed55f6858d
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
module Halo module Stats module HaloWars2 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/halo_wars2/player_match_history.rb |