Class: RBattlenet::Wow::Character::Titles
- Inherits:
-
Endpoints::Base
- Object
- Endpoints::Base
- RBattlenet::Wow::Character::Titles
- Defined in:
- lib/rbattlenet/endpoints/wow/character/titles.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(character) ⇒ Object
4 5 6 |
# File 'lib/rbattlenet/endpoints/wow/character/titles.rb', line 4 def self.path(character) RBattlenet.uri("profile/wow/character/#{character[:realm]}/#{character[:name]}/titles?namespace=profile-") end |