Module: Strife::Client::Champion

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

Constant Summary collapse

VERSION =
'v1.1'

Instance Method Summary collapse

Instance Method Details

#champion(options = {}) ⇒ Object



6
7
8
9
10
# File 'lib/strife/client/champion.rb', line 6

def champion(options = {})
  options.reverse_merge!(freeToPlay: false)

  get "v1.1/champion", options
end