Class: NbaRb::Player::Profile

Inherits:
PlayerCareer
  • Object
show all
Defined in:
lib/nba_rb/player/profile.rb,
lib/nba_rb/player/player_profile.rb

Instance Method Summary collapse

Instance Method Details

#career_highsObject



10
11
12
# File 'lib/nba_rb/player/profile.rb', line 10

def career_highs
  create_stats_hash(@data[11])
end

#next_gameObject



14
15
16
# File 'lib/nba_rb/player/profile.rb', line 14

def next_game
  create_stats_hash(@data[12])
end

#season_highsObject



6
7
8
# File 'lib/nba_rb/player/profile.rb', line 6

def season_highs
  create_stats_hash(@data[10])
end