wingyu/rbattlenet

View on GitHub
lib/rbattlenet/endpoints/hearthstone/deck.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RBattlenet
  module Hearthstone
    class Deck < RBattlenet::Endpoints::Base
      def self.path(id)
        RBattlenet.uri("hearthstone/deck/#{id}?")
      end
    end
  end
end