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