Module: Strife::Client::Game

Included in:
Strife::Client
Defined in:
lib/strife/client/game.rb

Instance Method Summary collapse

Instance Method Details

#recent_games_by_summoner(options = {}) ⇒ Object



4
5
6
# File 'lib/strife/client/game.rb', line 4

def recent_games_by_summoner(options = {})
  get "v1.2/game/by-summoner/#{options.delete(:summoner_id)}/recent", options
end