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