class Outrageous::Game
Public Instance Methods
find(summoner_id, options = {})
click to toggle source
# File lib/outrageous/game.rb, line 3 def find(summoner_id, options = {}) get("/api/lol/#{region}/#{version || GAME_VERSION}/game/by-summoner/#{summoner_id}/recent", options) end