class BlizzardApi::Wow::Media
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
Public Instance Methods
complete(_options = nil)
click to toggle source
# File lib/blizzard_api/wow/game_data/media.rb, line 23 def complete(_options = nil) raise BlizzardApi::ApiException, 'This endpoint does not have a complete method' end
get(_options = nil)
click to toggle source
# File lib/blizzard_api/wow/game_data/media.rb, line 19 def get(_options = nil) raise BlizzardApi::ApiException, 'This endpoint does not have a get method' end
index(_options = nil)
click to toggle source
# File lib/blizzard_api/wow/game_data/media.rb, line 15 def index(_options = nil) raise BlizzardApi::ApiException, 'This endpoint does not have a index method' end
Protected Instance Methods
endpoint_setup()
click to toggle source
# File lib/blizzard_api/wow/game_data/media.rb, line 29 def endpoint_setup @endpoint = 'media' @namespace = :static @collection = 'medias' @ttl = CACHE_TRIMESTER end