Sha256: 2ac46358b05a108a5803c7aed527416dda5751fa153f526c29f2566a4c5c2c8f

Contents?: true

Size: 299 Bytes

Versions: 1

Compression:

Stored size: 299 Bytes

Contents

module Halo
  module Stats
    module Halo5
      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/halo5/match_events.rb