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