Class: RBattlenet::Wow::PlayableClass::PvpTalentSlot

Inherits:
Endpoints::Base show all
Defined in:
lib/rbattlenet/endpoints/wow/playable_class/pvp_talent_slot.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(id) ⇒ Object



4
5
6
# File 'lib/rbattlenet/endpoints/wow/playable_class/pvp_talent_slot.rb', line 4

def self.path(id)
  RBattlenet.uri("data/wow/playable-class/#{id}/pvp-talent-slots?namespace=static-")
end