Class: Hextech::League::Spectator::FeaturedGames
- Defined in:
- lib/hextech/league/spectator/featured_games.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
-
#initialize(region:) ⇒ FeaturedGames
constructor
A new instance of FeaturedGames.
Methods inherited from Base
Methods inherited from Adapter
Methods included from Mixins::Callable
Methods included from Mixins::ArgumentChecks
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 |