Class: OptaSD::Soccer::Rankings
- Inherits:
-
SoccerCore
- Object
- Core
- SoccerCore
- OptaSD::Soccer::Rankings
- Defined in:
- lib/opta_sd/soccer/rankings.rb
Constant Summary
Constants inherited from Core
Instance Attribute Summary
Attributes inherited from SoccerCore
Attributes inherited from Core
Instance Method Summary collapse
-
#initialize ⇒ Rankings
constructor
A new instance of Rankings.
Methods inherited from SoccerCore
Methods inherited from Core
#get, #parse_data, #parse_json, #parse_xml
Constructor Details
#initialize ⇒ Rankings
Returns a new instance of Rankings.
7 8 9 10 |
# File 'lib/opta_sd/soccer/rankings.rb', line 7 def initialize super @feed_name = 'rankings' end |