Sha256: 269ca63537ecb852c79916ce8cc330e59ce9682eb5191416cf0417053ef74176

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

module Halo
  module Stats
    module Halo5
      class MatchResultWarzone < APIResponse

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

        def find(match_id, options = {})
          get_data("/warzone/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_warzone.rb