class NbaRb::Game::BoxscoreFourFactors

Public Instance Methods

endpoint() click to toggle source
# File lib/nba_rb/game/boxscore_four_factors.rb, line 6
def endpoint
  self.class.endpoint
end
players_four_factors() click to toggle source
# File lib/nba_rb/game/boxscore_four_factors.rb, line 10
def players_four_factors
  create_stats_hash(@data[0])
end
team_four_factors() click to toggle source
# File lib/nba_rb/game/boxscore_four_factors.rb, line 14
def team_four_factors
  create_stats_hash(@data[1])
end