Class: Hextech::Global::Account::ByRiotId
- 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
-
#initialize(game_name:, tag_line:, region:) ⇒ ByRiotId
constructor
A new instance of ByRiotId.
Methods inherited from Base
Methods inherited from Adapter
Methods included from Mixins::Callable
Methods included from Mixins::ArgumentChecks
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 |