Class: BlizzardApi::Wow::WowToken
- Inherits:
-
GenericDataEndpoint
- Object
- Request
- Request
- GenericDataEndpoint
- BlizzardApi::Wow::WowToken
- Defined in:
- lib/blizzard_api/wow/game_data/wow_token.rb
Overview
This class allows access to World of Warcraft tokens
You can get an instance of this class using the default region as follows:
api_instance = BlizzardApi::Wow.wow_token
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 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 ⇒ Object
15 16 17 |
# File 'lib/blizzard_api/wow/game_data/wow_token.rb', line 15 def get raise BlizzardApi::ApiException, 'This endpoint does not have a get method' end |