class BlizzardApi::Wow::Realm
This class allows access to World of Warcraft realms
@see develop.battle.net/documentation/api-reference/world-of-warcraft-game-data-api
You can get an instance of this class using the default region as follows:
api_instance = BlizzardApi::Wow.realm
Protected Instance Methods
endpoint_setup()
click to toggle source
# File lib/blizzard_api/wow/game_data/realm.rb, line 17 def endpoint_setup @endpoint = 'realm' @namespace = :dynamic @collection = 'realms' @ttl = CACHE_TRIMESTER end