Class: Hextech::League::Spectator::FeaturedGames

Inherits:
Base
  • Object
show all
Defined in:
lib/hextech/league/spectator/featured_games.rb

Constant Summary

Constants inherited from Base

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(region:) ⇒ FeaturedGames

Returns a new instance of FeaturedGames.



8
9
10
11
12
# File 'lib/hextech/league/spectator/featured_games.rb', line 8

def initialize(region:)
  @region = region

  super()
end