Sha256: 517c0a325f25c66049b597d390f055f00af11819024338cc5382e16ee273cb51
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
module Halo module Stats module HaloWars2 class MatchResult < APIResponse def initialize(options = {}) super(options) end def find(match_id, options = {}) get_data("/matches/#{match_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/match_result.rb |