Sha256: 1a398048c16c69ed76b4486b7cd84fd10e91da0cbeb5f815747d3b7c12f1e4a5

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

module Halo
  module Stats
    module HaloWars2
      class MatchEvents < APIResponse

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

        def find(match_id, options = {})
          get_data("/matches/#{match_id}/events", 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_events.rb