Class: RBattlenet::Sc2::ProfileMetadata

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



4
5
6
# File 'lib/rbattlenet/endpoints/sc2/profile_metadata.rb', line 4

def self.path(profile)
  RBattlenet.uri("sc2/metadata/profile/#{profile[:region_id]}/#{profile[:realm_id]}/#{profile[:id]}?")
end