Module: PUBG::Client::Seasons
- Included in:
- PUBG::Client
- Defined in:
- lib/pubg/client/seasons.rb
Overview
Methods for Seasons API
Instance Method Summary collapse
-
#seasons ⇒ Object
List all sessions for region.
Instance Method Details
#seasons ⇒ Object
List all sessions for region
10 11 12 13 |
# File 'lib/pubg/client/seasons.rb', line 10 def seasons path = ['shards', @region, 'seasons'].join('/') get(path) end |