class BlizzardApi::Wow::Mount

This class allows access to World of Warcraft mounts

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

Protected Instance Methods

endpoint_setup() click to toggle source
# File lib/blizzard_api/wow/game_data/mount.rb, line 17
def endpoint_setup
  @endpoint = 'mount'
  @namespace = :static
  @collection = 'mounts'
  @ttl = CACHE_TRIMESTER
end