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