Class: BlizzardApi::Wow::MythicKeystoneAffix
- Inherits:
-
GenericDataEndpoint
- Object
- Request
- Request
- GenericDataEndpoint
- BlizzardApi::Wow::MythicKeystoneAffix
- Defined in:
- lib/blizzard_api/wow/game_data/mythic_keystone_affix.rb
Overview
This class allows access to World of Warcraft mythic keystone affixes
You can get an instance of this class using the default region as follows:
api_instance = BlizzardApi::Wow.mythic_keystone_affix
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
-
#media(id, **options) ⇒ Hash
Fetch media for one of the affixes listed by the GenericDataEndpoint#index using its id.
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
#media(id, **options) ⇒ Hash
Fetch media for one of the affixes listed by the GenericDataEndpoint#index using its id
in the configuration module
23 24 25 |
# File 'lib/blizzard_api/wow/game_data/mythic_keystone_affix.rb', line 23 def media(id, **) api_request "#{base_url(:media)}/keystone-affix/#{id}", **.merge() end |