class Lol::LolStatusRequest

Bindings for the Status API.

See: developer.riotgames.com/api-methods/#lol-status-v3

Public Instance Methods

api_base_path() click to toggle source

@!visibility private

# File lib/lol/lol_status_request.rb, line 7
def api_base_path
  "/lol/status/#{self.class.api_version}"
end
shard_data() click to toggle source

Get League of Legends status for the given shard @return [DynamicModel]

# File lib/lol/lol_status_request.rb, line 13
def shard_data
  DynamicModel.new perform_request api_url "shard-data"
end