Class: Hextech::League::Match::ByPuuid

Inherits:
Base show all
Defined in:
lib/hextech/league/match/by_puuid.rb

Constant Summary

Constants inherited from Base

Hextech::League::Match::Base::REGIONS

Instance Method Summary collapse

Methods inherited from Base

#call

Methods inherited from Adapter

#call

Methods included from Mixins::Callable

included

Methods included from Mixins::ArgumentChecks

#validate_collection_for

Constructor Details

#initialize(puuid:, region:) ⇒ ByPuuid

Returns a new instance of ByPuuid.



8
9
10
11
12
13
# File 'lib/hextech/league/match/by_puuid.rb', line 8

def initialize(puuid:, region:)
  @puuid = puuid
  @region = region

  super()
end