Class: RBattlenet::Wow::Profile::PetsCollection

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

all, find

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