Method: Hextech::League::Summoner::ByAccountId#initialize

Defined in:
lib/hextech/league/summoner/by_account_id.rb

#initialize(account_id:, region:) ⇒ ByAccountId

Returns a new instance of ByAccountId.



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

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

  super()
end