Class: BlizzardApi::Wow::Media

Inherits:
GenericDataEndpoint show all
Includes:
Searchable
Defined in:
lib/blizzard_api/wow/game_data/media.rb

Overview

This class allows access to World of Warcraft mounts

You can get an instance of this class using the default region as follows:

api_instance = BlizzardApi::Wow.mount

Constant Summary

Constants inherited from Request

Request::CACHE_DAY, Request::CACHE_HOUR, Request::CACHE_TRIMESTER

Constants included from ApiStandards

ApiStandards::BASE_URLS

Instance Attribute Summary

Attributes inherited from Request

#mode, #region

Instance Method Summary collapse

Methods included from Searchable

#search

Methods inherited from GenericDataEndpoint

setup

Methods inherited from Request

#initialize

Methods inherited from Request

#initialize

Constructor Details

This class inherits a constructor from BlizzardApi::Wow::Request

Instance Method Details

#get(_options = nil) ⇒ Object



21
22
23
# File 'lib/blizzard_api/wow/game_data/media.rb', line 21

def get(_options = nil)
  raise BlizzardApi::ApiException, 'This endpoint does not have a get method'
end

#index(_options = nil) ⇒ Object



17
18
19
# File 'lib/blizzard_api/wow/game_data/media.rb', line 17

def index(_options = nil)
  raise BlizzardApi::ApiException, 'This endpoint does not have a index method'
end