Sha256: e715162f2676c7affa551b5dbd8b8a85cd3169f1a4963967164b3b0aba880048
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
module Halo module Stats module Halo5 class MatchResultCampaign < APIResponse def initialize(options = {}) super(options) end def find(match_id, options = {}) get_data("/campaign/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/halo5/match_result_campaign.rb |