Class: RBattlenet::Wow::ItemSubclass
- Inherits:
-
Endpoints::Base
- Object
- Endpoints::Base
- RBattlenet::Wow::ItemSubclass
- Defined in:
- lib/rbattlenet/endpoints/wow/item_subclass.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(subclass) ⇒ Object
4 5 6 |
# File 'lib/rbattlenet/endpoints/wow/item_subclass.rb', line 4 def self.path(subclass) RBattlenet.uri("data/wow/item-class/#{subclass[:class_id]}/item-subclass/#{subclass[:id]}?namespace=static-") end |