module LolApi

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/lol_api.rb, line 9
def self.client
      @client ||= Client.new
end