Class: RBattlenet::Wow::MythicRaidLeaderboard

Inherits:
Endpoints::Base show all
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

all, find

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