Sha256: c15dcf7dc2f66f7fe7baf68c8549d015383eaa2e278d5d7630c891ac42a5076a
Contents?: true
Size: 305 Bytes
Versions: 1
Compression:
Stored size: 305 Bytes
Contents
module Halo module Stats module HaloWars2 class PlayerStatsSummary < APIResponse def initialize(options = {}) super(options) end def find(player, options = {}) get_data("/players/#{player}/stats", 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_stats_summary.rb |