Class: NbaRb::Player::Profile
- Inherits:
-
PlayerCareer
- Object
- PlayerCareer
- NbaRb::Player::Profile
- Defined in:
- lib/nba_rb/player/profile.rb,
lib/nba_rb/player/player_profile.rb
Instance Method Summary collapse
Instance Method Details
#career_highs ⇒ Object
10 11 12 |
# File 'lib/nba_rb/player/profile.rb', line 10 def career_highs create_stats_hash(@data[11]) end |
#next_game ⇒ Object
14 15 16 |
# File 'lib/nba_rb/player/profile.rb', line 14 def next_game create_stats_hash(@data[12]) end |
#season_highs ⇒ Object
6 7 8 |
# File 'lib/nba_rb/player/profile.rb', line 6 def season_highs create_stats_hash(@data[10]) end |