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