Class: Hextech::League::Summoner::Base
- Defined in:
- lib/hextech/league/summoner/base.rb
Direct Known Subclasses
Constant Summary collapse
- REGIONS =
%w[euw1 eun1 na1 oc1 kr br1 tr1 la2 la1 ru jp1].freeze
Instance Method Summary collapse
Methods inherited from Adapter
Methods included from Mixins::Callable
Methods included from Mixins::ArgumentChecks
Constructor Details
This class inherits a constructor from Hextech::Adapter
Instance Method Details
#call ⇒ Object
10 11 12 13 14 |
# File 'lib/hextech/league/summoner/base.rb', line 10 def call validate_collection_for(collection: REGIONS, option: region) super end |