class BlizzardApi::Wow::PowerType

This class allows access to World of Warcraft power types

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

Protected Instance Methods

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