Method: PUBG::Player::Season#get_season

Defined in:
lib/pubg/player/season.rb

#get_seasonObject



30
31
32
33
# File 'lib/pubg/player/season.rb', line 30

def get_season
  path = "/shards/#{@platform_region}/players/#{@player_id}/seasons/#{@season_id}"
  Client.request(path)
end