Class: Hextech::League::Mastery::AllChampions
- Defined in:
- lib/hextech/league/mastery/all_champions.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
-
#initialize(summoner_id:, region:) ⇒ AllChampions
constructor
A new instance of AllChampions.
Methods inherited from Base
Methods inherited from Adapter
Methods included from Mixins::Callable
Methods included from Mixins::ArgumentChecks
Constructor Details
#initialize(summoner_id:, region:) ⇒ AllChampions
Returns a new instance of AllChampions.
8 9 10 11 12 13 |
# File 'lib/hextech/league/mastery/all_champions.rb', line 8 def initialize(summoner_id:, region:) @summoner_id = summoner_id @region = region super() end |