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