module Strife::Client::Champion
Constants
- VERSION
Public Instance Methods
champion(options = {})
click to toggle source
# File lib/strife/client/champion.rb, line 6 def champion(options = {}) options.reverse_merge!(freeToPlay: false) get "v1.1/champion", options end