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