Sha256: 90602ba6c143646539530d2d6f449a0b7f89cf07ec18df390104d447e37b4b4d
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
module Halo module Stats module HaloWars2 class PlayerPlaylistRatings < APIResponse def initialize(options = {}) super(options) end def find(playlist_id, players, options = {}) get_data("/playlist/#{playlist_id}/rating", options.merge(players: players)) 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_playlist_ratings.rb |