Method: Clashinator::Client#list_leagues

Defined in:
lib/clashinator/client.rb

#list_leagues(options = {}) ⇒ Object

league class methods



60
61
62
# File 'lib/clashinator/client.rb', line 60

def list_leagues(options = {})
  Clashinator::League.list_leagues(@conn, options)
end