Sha256: 18f19dbb83824bdaf17fae1935a433f7fa03e477de22f1a3be603ab2f0153e48

Contents?: true

Size: 327 Bytes

Versions: 3

Compression:

Stored size: 327 Bytes

Contents

module Halo
  module Stats
    module Halo5
      class PcMatchResultCustom < Halo::APIResponse

        def initialize(options = {})
          super(options)
        end

        def find(match_id, options = {})
          get_data("#{@endpoint}pc/custom/matches/#{match_id}", options)
        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
halo-api-0.2.0 lib/halo-api/modules/stats/halo5/pc_match_result_custom.rb
halo-api-0.1.1 lib/halo-api/modules/stats/halo5/pc_match_result_custom.rb
halo-api-0.1.0 lib/halo-api/modules/stats/halo5/pc_match_result_custom.rb