module Sightstone

This is the main class of the Sightstone gem. All calls should be perfomrmed through this class. @attr [String] region The default region @attr [String] api_key Your api key @attr [SummonerModule] summoner Module to call the summoners api @attr [ChampionModule] Champion module to call the champion api @attr [GameModule] Game module to call the game api @attr [LeagueModule] League module to call the leagues api @attr [StatsModule] Stats module to call the stats api @attr [TeamModule] Team module to call the team api