Module: Strife::Client::Stats

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

Instance Method Summary collapse

Instance Method Details

#ranked_stats_by_summoner(options = {}) ⇒ Object



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

def ranked_stats_by_summoner(options = {})
  get "v1.2/stats/by-summoner/#{summoner_id}/ranked", options
end

#summary_stats_by_summoner(options = {}) ⇒ Object



8
9
10
# File 'lib/strife/client/stats.rb', line 8

def summary_stats_by_summoner(options = {})
  get "v1.2/stats/by-summoner/#{summoner_id}/summary", options
end