Class: RBattlenet::Wow::Profile::ProtectedSummary
- Inherits:
-
Endpoints::Base
- Object
- Endpoints::Base
- RBattlenet::Wow::Profile::ProtectedSummary
- 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
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 |