Sha256: e1f844c5b403e82554e7d19184c9d6d7a1df596909a3408812f75b570d03ec54
Contents?: true
Size: 343 Bytes
Versions: 2
Compression:
Stored size: 343 Bytes
Contents
module Halo module Stats module Halo5 class PlayerServiceRecordsArena < Halo::APIResponse def initialize(options = {}) super(options) end def find(players, options = {}) get_data("#{@endpoint}/servicerecords/arena?players=#{players}", options) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
halo-api-0.1.1 | lib/halo-api/modules/stats/halo5/player_service_records_arena.rb |
halo-api-0.1.0 | lib/halo-api/modules/stats/halo5/player_service_records_arena.rb |