module Strife::Client::Game

Public Instance Methods

recent_games_by_summoner(options = {}) click to toggle source
# 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