Class: Hextech::Global::Account::ByRiotId

Inherits:
Base
  • Object
show all
Defined in:
lib/hextech/global/account/by_riot_id.rb

Constant Summary

Constants inherited from Base

Hextech::Global::Account::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(game_name:, tag_line:, region:) ⇒ ByRiotId

Returns a new instance of ByRiotId.



8
9
10
11
12
13
14
# File 'lib/hextech/global/account/by_riot_id.rb', line 8

def initialize(game_name:, tag_line:, region:)
  @game_name = game_name
  @tag_line = tag_line
  @region = region

  super()
end