Class: RBattlenet::Wow::MythicRaidLeaderboard
- Inherits:
-
Endpoints::Base
- Object
- Endpoints::Base
- RBattlenet::Wow::MythicRaidLeaderboard
- Defined in:
- lib/rbattlenet/endpoints/wow/mythic_raid_leaderboard.rb
Constant Summary
Constants inherited from Endpoints::Base
Endpoints::Base::SUPPORTED_FIELDS
Class Method Summary collapse
Methods inherited from Endpoints::Base
Class Method Details
.path(leaderboard) ⇒ Object
4 5 6 |
# File 'lib/rbattlenet/endpoints/wow/mythic_raid_leaderboard.rb', line 4 def self.path(leaderboard) RBattlenet.uri("data/wow/leaderboard/hall-of-fame/#{leaderboard[:raid]}/#{leaderboard[:faction]}?namespace=dynamic-") end |