lib/taric/operation/featured_games.rb in taric-0.4.0 vs lib/taric/operation/featured_games.rb in taric-0.5.0

- old
+ new

@@ -1,8 +1,9 @@ +require_relative 'endpoint_template' module Taric module Operation module FeaturedGames - FEATURED_GAMES = Addressable::Template.new 'https://{host}/observer-mode/rest/featured{?api_key}' + FEATURED_GAMES = EndpointTemplate.new(template_url:'https://{host}/observer-mode/rest/featured{?api_key}') # Returns featured games. # # @see https://developer.riotgames.com/api/methods#!/957/3288 # @return [Hash] of featured games in [Array] keyed by 'gameList'