wingyu/rbattlenet

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

Summary

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