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