Module: PUBG::Client::Match
- Included in:
- PUBG::Client
- Defined in:
- lib/pubg/client/match.rb
Overview
Methods for Match API
Instance Method Summary collapse
-
#match(id) ⇒ Object
Find a single match by ID.
Instance Method Details
#match(id) ⇒ Object
Find a single match by ID
13 14 15 16 |
# File 'lib/pubg/client/match.rb', line 13 def match(id) path = ['shards', @region, 'matches', id].join('/') get(path) end |