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