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