wingyu/rbattlenet

View on GitHub
lib/rbattlenet/endpoints/d3/hero/follower_items.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RBattlenet
  module D3
    class Hero::FollowerItems < RBattlenet::Endpoints::Base
      def self.path(hero)
        RBattlenet.uri("d3/profile/#{hero[:battletag]}/hero/#{hero[:id]}/follower-items?")
      end
    end
  end
end