Class: RBattlenet::Wow::Profile::ProtectedSummary

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



4
5
6
# File 'lib/rbattlenet/endpoints/wow/profile/protected_summary.rb', line 4

def self.path(params)
  RBattlenet.uri("profile/user/wow/protected-character/#{params[:realm_id]}-#{params[:character_id]}?access_token=#{params[:token]}&namespace=profile-")
end