Class: BlizzardApi::Wow::Media
- Inherits:
-
GenericDataEndpoint
- Object
- Request
- Request
- GenericDataEndpoint
- BlizzardApi::Wow::Media
- 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
Instance Attribute Summary
Attributes inherited from Request
Instance Method Summary collapse
Methods included from Searchable
Methods inherited from GenericDataEndpoint
Methods inherited from Request
Methods inherited from Request
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( = 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( = nil) raise BlizzardApi::ApiException, 'This endpoint does not have a index method' end |