Class: RBattlenet::D3::Follower
- Inherits:
-
Endpoints::Base
- Object
- Endpoints::Base
- RBattlenet::D3::Follower
- Defined in:
- lib/rbattlenet/endpoints/d3/follower.rb
Constant Summary
Constants inherited from Endpoints::Base
Endpoints::Base::SUPPORTED_FIELDS
Class Method Summary collapse
Methods inherited from Endpoints::Base
Class Method Details
.path(id) ⇒ Object
4 5 6 |
# File 'lib/rbattlenet/endpoints/d3/follower.rb', line 4 def self.path(id) RBattlenet.uri("d3/data/follower/#{id}?") end |