wingyu/rbattlenet

View on GitHub
lib/rbattlenet/endpoints/d3/era_leaderboard.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RBattlenet
  module D3
    class EraLeaderboard < RBattlenet::Endpoints::Base
      def self.path(leaderboard)
        RBattlenet.uri("data/d3/era/#{leaderboard[:era]}/leaderboard/#{leaderboard[:id]}?")
      end
    end
  end
end