Sha256: fc44a079f494666f7cce6d82fc84bf7849bb1a38b1e22c04595a01f79411a4c3
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
module Halo module Stats module Halo5 class MatchResultArena < Halo::APIResponse def initialize(options = {}) super(options) end def find(match_id, options = {}) get_data("#{@endpoint}/arena/matches/#{match_id}", options) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems