Class: RBattlenet::Wow::Profile::PetsCollection
- Inherits:
-
Endpoints::Base
- Object
- Endpoints::Base
- RBattlenet::Wow::Profile::PetsCollection
- Defined in:
- lib/rbattlenet/endpoints/wow/profile/pets_collection.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(token) ⇒ Object
4 5 6 |
# File 'lib/rbattlenet/endpoints/wow/profile/pets_collection.rb', line 4 def self.path(token) RBattlenet.uri("/profile/user/wow/collections/pets?access_token=#{token}&namespace=profile-") end |