Class: Hextech::League::Summoner::BySummonerId

Inherits:
Base
  • Object
show all
Defined in:
lib/hextech/league/summoner/by_summoner_id.rb

Constant Summary

Constants inherited from Base

Hextech::League::Summoner::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(id:, region:) ⇒ BySummonerId

Returns a new instance of BySummonerId.



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

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

  super()
end