class BlizzardApi::Wow::Region

This class allows access to World of Warcraft regions

@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.region

Protected Instance Methods

endpoint_setup() click to toggle source
# File lib/blizzard_api/wow/game_data/region.rb, line 15
def endpoint_setup
  @endpoint = 'region'
  @namespace = :dynamic
  @collection = 'regions'
  @ttl = CACHE_TRIMESTER
end