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