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