class BlizzardApi::Wow::ConnectedRealm
This class allows access to World of Warcraft connected 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.connected_realm
Protected Instance Methods
endpoint_setup()
click to toggle source
# File lib/blizzard_api/wow/game_data/connected_realm.rb, line 17 def endpoint_setup @endpoint = 'connected-realm' @namespace = :dynamic @collection = 'connected_realms' @ttl = CACHE_TRIMESTER end