class BlizzardApi::Wow::PlayableRace

This class allows access to World of Warcraft playable races

@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:

race = BlizzardApi::Wow.playable_race

Protected Instance Methods

endpoint_setup() click to toggle source
# File lib/blizzard_api/wow/game_data/playable_race.rb, line 15
def endpoint_setup
  @endpoint = 'playable-race'
  @namespace = :static
  @collection = 'races'
  @ttl = CACHE_TRIMESTER
end