wingyu/rbattlenet

View on GitHub
lib/rbattlenet/endpoints/sc2/profile_metadata.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RBattlenet
  module Sc2
    class ProfileMetadata < RBattlenet::Endpoints::Base
      def self.path(profile)
        RBattlenet.uri("sc2/metadata/profile/#{profile[:region_id]}/#{profile[:realm_id]}/#{profile[:id]}?")
      end
    end
  end
end