Class: Hextech::League::Match::Base

Inherits:
Adapter
  • Object
show all
Defined in:
lib/hextech/league/match/base.rb

Direct Known Subclasses

ByMatchId, ByPuuid, Timeline

Constant Summary collapse

REGIONS =
%w[AMERICAS ASIA EUROPE].freeze

Instance Method Summary collapse

Methods inherited from Adapter

#initialize

Methods included from Mixins::Callable

included

Methods included from Mixins::ArgumentChecks

#validate_collection_for

Constructor Details

This class inherits a constructor from Hextech::Adapter

Instance Method Details

#callObject



10
11
12
13
14
# File 'lib/hextech/league/match/base.rb', line 10

def call
  validate_collection_for(collection: REGIONS, option: region)

  super
end