class Utils
Public Class Methods
baseURI()
click to toggle source
# File lib/riot-api-ruby/utilities.rb, line 5 def self.baseURI return "https://prod.api.pvp.net" end
getAPIKey()
click to toggle source
# File lib/riot-api-ruby/utilities.rb, line 9 def self.getAPIKey return @@apiKey end
setAPIKey(apiKey)
click to toggle source
# File lib/riot-api-ruby/utilities.rb, line 13 def self.setAPIKey(apiKey) @@apiKey = apiKey end