Class: NBA::CumeStatsPlayerTotal
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::CumeStatsPlayerTotal
- Defined in:
- lib/nba/cume_stats_player_total.rb
Overview
Represents cumulative total statistics for a player across multiple games
Instance Attribute Summary collapse
-
#actual_minutes ⇒ Integer
Returns the total minutes played.
-
#actual_seconds ⇒ Integer
Returns the total seconds played.
-
#ast ⇒ Integer
Returns the total assists.
-
#avg_ast ⇒ Float
Returns the average assists per game.
-
#avg_blk ⇒ Float
Returns the average blocks per game.
-
#avg_dreb ⇒ Float
Returns the average defensive rebounds per game.
-
#avg_fg3a ⇒ Float
Returns the average three-point field goals attempted per game.
-
#avg_fg3m ⇒ Float
Returns the average three-point field goals made per game.
-
#avg_fga ⇒ Float
Returns the average field goals attempted per game.
-
#avg_fgm ⇒ Float
Returns the average field goals made per game.
-
#avg_fta ⇒ Float
Returns the average free throws attempted per game.
-
#avg_ftm ⇒ Float
Returns the average free throws made per game.
-
#avg_min ⇒ Float
Returns the average minutes per game.
-
#avg_oreb ⇒ Float
Returns the average offensive rebounds per game.
-
#avg_pf ⇒ Float
Returns the average personal fouls per game.
-
#avg_pts ⇒ Float
Returns the average points per game.
-
#avg_sec ⇒ Float
Returns the average seconds per game.
-
#avg_stl ⇒ Float
Returns the average steals per game.
-
#avg_tot_reb ⇒ Float
Returns the average total rebounds per game.
-
#avg_tov ⇒ Float
Returns the average turnovers per game.
-
#blk ⇒ Integer
Returns the total blocks.
-
#dreb ⇒ Integer
Returns the total defensive rebounds.
-
#fg3_pct ⇒ Float
Returns the three-point field goal percentage.
-
#fg3a ⇒ Integer
Returns the total three-point field goals attempted.
-
#fg3m ⇒ Integer
Returns the total three-point field goals made.
-
#fg_pct ⇒ Float
Returns the field goal percentage.
-
#fga ⇒ Integer
Returns the total field goals attempted.
-
#fgm ⇒ Integer
Returns the total field goals made.
-
#ft_pct ⇒ Float
Returns the free throw percentage.
-
#fta ⇒ Integer
Returns the total free throws attempted.
-
#ftm ⇒ Integer
Returns the total free throws made.
-
#gp ⇒ Integer
Returns the games played.
-
#gs ⇒ Integer
Returns the games started.
-
#jersey_num ⇒ String
Returns the jersey number.
-
#max_ast ⇒ Integer
Returns the maximum assists in a game.
-
#max_blk ⇒ Integer
Returns the maximum blocks in a game.
-
#max_dreb ⇒ Integer
Returns the maximum defensive rebounds in a game.
-
#max_fg3a ⇒ Integer
Returns the maximum three-point field goals attempted in a game.
-
#max_fg3m ⇒ Integer
Returns the maximum three-point field goals made in a game.
-
#max_fga ⇒ Integer
Returns the maximum field goals attempted in a game.
-
#max_fgm ⇒ Integer
Returns the maximum field goals made in a game.
-
#max_fta ⇒ Integer
Returns the maximum free throws attempted in a game.
-
#max_ftm ⇒ Integer
Returns the maximum free throws made in a game.
-
#max_min ⇒ Integer
Returns the maximum minutes in a game.
-
#max_oreb ⇒ Integer
Returns the maximum offensive rebounds in a game.
-
#max_pf ⇒ Integer
Returns the maximum personal fouls in a game.
-
#max_pts ⇒ Integer
Returns the maximum points in a game.
-
#max_reb ⇒ Integer
Returns the maximum total rebounds in a game.
-
#max_stl ⇒ Integer
Returns the maximum steals in a game.
-
#max_tov ⇒ Integer
Returns the maximum turnovers in a game.
-
#oreb ⇒ Integer
Returns the total offensive rebounds.
-
#pf ⇒ Integer
Returns the total personal fouls.
-
#player_id ⇒ Integer
Returns the player ID.
-
#player_name ⇒ String
Returns the player name.
-
#pts ⇒ Integer
Returns the total points.
-
#season ⇒ String
Returns the season.
-
#stl ⇒ Integer
Returns the total steals.
-
#tot_reb ⇒ Integer
Returns the total rebounds.
-
#tov ⇒ Integer
Returns the total turnovers.
Instance Attribute Details
#actual_minutes ⇒ Integer
Returns the total minutes played
63 |
# File 'lib/nba/cume_stats_player_total.rb', line 63 attribute :actual_minutes, Shale::Type::Integer |
#actual_seconds ⇒ Integer
Returns the total seconds played
71 |
# File 'lib/nba/cume_stats_player_total.rb', line 71 attribute :actual_seconds, Shale::Type::Integer |
#ast ⇒ Integer
Returns the total assists
175 |
# File 'lib/nba/cume_stats_player_total.rb', line 175 attribute :ast, Shale::Type::Integer |
#avg_ast ⇒ Float
Returns the average assists per game
311 |
# File 'lib/nba/cume_stats_player_total.rb', line 311 attribute :avg_ast, Shale::Type::Float |
#avg_blk ⇒ Float
Returns the average blocks per game
343 |
# File 'lib/nba/cume_stats_player_total.rb', line 343 attribute :avg_blk, Shale::Type::Float |
#avg_dreb ⇒ Float
Returns the average defensive rebounds per game
295 |
# File 'lib/nba/cume_stats_player_total.rb', line 295 attribute :avg_dreb, Shale::Type::Float |
#avg_fg3a ⇒ Float
Returns the average three-point field goals attempted per game
263 |
# File 'lib/nba/cume_stats_player_total.rb', line 263 attribute :avg_fg3a, Shale::Type::Float |
#avg_fg3m ⇒ Float
Returns the average three-point field goals made per game
255 |
# File 'lib/nba/cume_stats_player_total.rb', line 255 attribute :avg_fg3m, Shale::Type::Float |
#avg_fga ⇒ Float
Returns the average field goals attempted per game
247 |
# File 'lib/nba/cume_stats_player_total.rb', line 247 attribute :avg_fga, Shale::Type::Float |
#avg_fgm ⇒ Float
Returns the average field goals made per game
239 |
# File 'lib/nba/cume_stats_player_total.rb', line 239 attribute :avg_fgm, Shale::Type::Float |
#avg_fta ⇒ Float
Returns the average free throws attempted per game
279 |
# File 'lib/nba/cume_stats_player_total.rb', line 279 attribute :avg_fta, Shale::Type::Float |
#avg_ftm ⇒ Float
Returns the average free throws made per game
271 |
# File 'lib/nba/cume_stats_player_total.rb', line 271 attribute :avg_ftm, Shale::Type::Float |
#avg_min ⇒ Float
Returns the average minutes per game
223 |
# File 'lib/nba/cume_stats_player_total.rb', line 223 attribute :avg_min, Shale::Type::Float |
#avg_oreb ⇒ Float
Returns the average offensive rebounds per game
287 |
# File 'lib/nba/cume_stats_player_total.rb', line 287 attribute :avg_oreb, Shale::Type::Float |
#avg_pf ⇒ Float
Returns the average personal fouls per game
319 |
# File 'lib/nba/cume_stats_player_total.rb', line 319 attribute :avg_pf, Shale::Type::Float |
#avg_pts ⇒ Float
Returns the average points per game
351 |
# File 'lib/nba/cume_stats_player_total.rb', line 351 attribute :avg_pts, Shale::Type::Float |
#avg_sec ⇒ Float
Returns the average seconds per game
231 |
# File 'lib/nba/cume_stats_player_total.rb', line 231 attribute :avg_sec, Shale::Type::Float |
#avg_stl ⇒ Float
Returns the average steals per game
327 |
# File 'lib/nba/cume_stats_player_total.rb', line 327 attribute :avg_stl, Shale::Type::Float |
#avg_tot_reb ⇒ Float
Returns the average total rebounds per game
303 |
# File 'lib/nba/cume_stats_player_total.rb', line 303 attribute :avg_tot_reb, Shale::Type::Float |
#avg_tov ⇒ Float
Returns the average turnovers per game
335 |
# File 'lib/nba/cume_stats_player_total.rb', line 335 attribute :avg_tov, Shale::Type::Float |
#blk ⇒ Integer
Returns the total blocks
207 |
# File 'lib/nba/cume_stats_player_total.rb', line 207 attribute :blk, Shale::Type::Integer |
#dreb ⇒ Integer
Returns the total defensive rebounds
159 |
# File 'lib/nba/cume_stats_player_total.rb', line 159 attribute :dreb, Shale::Type::Integer |
#fg3_pct ⇒ Float
Returns the three-point field goal percentage
119 |
# File 'lib/nba/cume_stats_player_total.rb', line 119 attribute :fg3_pct, Shale::Type::Float |
#fg3a ⇒ Integer
Returns the total three-point field goals attempted
111 |
# File 'lib/nba/cume_stats_player_total.rb', line 111 attribute :fg3a, Shale::Type::Integer |
#fg3m ⇒ Integer
Returns the total three-point field goals made
103 |
# File 'lib/nba/cume_stats_player_total.rb', line 103 attribute :fg3m, Shale::Type::Integer |
#fg_pct ⇒ Float
Returns the field goal percentage
95 |
# File 'lib/nba/cume_stats_player_total.rb', line 95 attribute :fg_pct, Shale::Type::Float |
#fga ⇒ Integer
Returns the total field goals attempted
87 |
# File 'lib/nba/cume_stats_player_total.rb', line 87 attribute :fga, Shale::Type::Integer |
#fgm ⇒ Integer
Returns the total field goals made
79 |
# File 'lib/nba/cume_stats_player_total.rb', line 79 attribute :fgm, Shale::Type::Integer |
#ft_pct ⇒ Float
Returns the free throw percentage
143 |
# File 'lib/nba/cume_stats_player_total.rb', line 143 attribute :ft_pct, Shale::Type::Float |
#fta ⇒ Integer
Returns the total free throws attempted
135 |
# File 'lib/nba/cume_stats_player_total.rb', line 135 attribute :fta, Shale::Type::Integer |
#ftm ⇒ Integer
Returns the total free throws made
127 |
# File 'lib/nba/cume_stats_player_total.rb', line 127 attribute :ftm, Shale::Type::Integer |
#gp ⇒ Integer
Returns the games played
47 |
# File 'lib/nba/cume_stats_player_total.rb', line 47 attribute :gp, Shale::Type::Integer |
#gs ⇒ Integer
Returns the games started
55 |
# File 'lib/nba/cume_stats_player_total.rb', line 55 attribute :gs, Shale::Type::Integer |
#jersey_num ⇒ String
Returns the jersey number
31 |
# File 'lib/nba/cume_stats_player_total.rb', line 31 attribute :jersey_num, Shale::Type::String |
#max_ast ⇒ Integer
Returns the maximum assists in a game
439 |
# File 'lib/nba/cume_stats_player_total.rb', line 439 attribute :max_ast, Shale::Type::Integer |
#max_blk ⇒ Integer
Returns the maximum blocks in a game
471 |
# File 'lib/nba/cume_stats_player_total.rb', line 471 attribute :max_blk, Shale::Type::Integer |
#max_dreb ⇒ Integer
Returns the maximum defensive rebounds in a game
423 |
# File 'lib/nba/cume_stats_player_total.rb', line 423 attribute :max_dreb, Shale::Type::Integer |
#max_fg3a ⇒ Integer
Returns the maximum three-point field goals attempted in a game
391 |
# File 'lib/nba/cume_stats_player_total.rb', line 391 attribute :max_fg3a, Shale::Type::Integer |
#max_fg3m ⇒ Integer
Returns the maximum three-point field goals made in a game
383 |
# File 'lib/nba/cume_stats_player_total.rb', line 383 attribute :max_fg3m, Shale::Type::Integer |
#max_fga ⇒ Integer
Returns the maximum field goals attempted in a game
375 |
# File 'lib/nba/cume_stats_player_total.rb', line 375 attribute :max_fga, Shale::Type::Integer |
#max_fgm ⇒ Integer
Returns the maximum field goals made in a game
367 |
# File 'lib/nba/cume_stats_player_total.rb', line 367 attribute :max_fgm, Shale::Type::Integer |
#max_fta ⇒ Integer
Returns the maximum free throws attempted in a game
407 |
# File 'lib/nba/cume_stats_player_total.rb', line 407 attribute :max_fta, Shale::Type::Integer |
#max_ftm ⇒ Integer
Returns the maximum free throws made in a game
399 |
# File 'lib/nba/cume_stats_player_total.rb', line 399 attribute :max_ftm, Shale::Type::Integer |
#max_min ⇒ Integer
Returns the maximum minutes in a game
359 |
# File 'lib/nba/cume_stats_player_total.rb', line 359 attribute :max_min, Shale::Type::Integer |
#max_oreb ⇒ Integer
Returns the maximum offensive rebounds in a game
415 |
# File 'lib/nba/cume_stats_player_total.rb', line 415 attribute :max_oreb, Shale::Type::Integer |
#max_pf ⇒ Integer
Returns the maximum personal fouls in a game
447 |
# File 'lib/nba/cume_stats_player_total.rb', line 447 attribute :max_pf, Shale::Type::Integer |
#max_pts ⇒ Integer
Returns the maximum points in a game
479 |
# File 'lib/nba/cume_stats_player_total.rb', line 479 attribute :max_pts, Shale::Type::Integer |
#max_reb ⇒ Integer
Returns the maximum total rebounds in a game
431 |
# File 'lib/nba/cume_stats_player_total.rb', line 431 attribute :max_reb, Shale::Type::Integer |
#max_stl ⇒ Integer
Returns the maximum steals in a game
455 |
# File 'lib/nba/cume_stats_player_total.rb', line 455 attribute :max_stl, Shale::Type::Integer |
#max_tov ⇒ Integer
Returns the maximum turnovers in a game
463 |
# File 'lib/nba/cume_stats_player_total.rb', line 463 attribute :max_tov, Shale::Type::Integer |
#oreb ⇒ Integer
Returns the total offensive rebounds
151 |
# File 'lib/nba/cume_stats_player_total.rb', line 151 attribute :oreb, Shale::Type::Integer |
#pf ⇒ Integer
Returns the total personal fouls
183 |
# File 'lib/nba/cume_stats_player_total.rb', line 183 attribute :pf, Shale::Type::Integer |
#player_id ⇒ Integer
Returns the player ID
15 |
# File 'lib/nba/cume_stats_player_total.rb', line 15 attribute :player_id, Shale::Type::Integer |
#player_name ⇒ String
Returns the player name
23 |
# File 'lib/nba/cume_stats_player_total.rb', line 23 attribute :player_name, Shale::Type::String |
#pts ⇒ Integer
Returns the total points
215 |
# File 'lib/nba/cume_stats_player_total.rb', line 215 attribute :pts, Shale::Type::Integer |
#season ⇒ String
Returns the season
39 |
# File 'lib/nba/cume_stats_player_total.rb', line 39 attribute :season, Shale::Type::String |
#stl ⇒ Integer
Returns the total steals
191 |
# File 'lib/nba/cume_stats_player_total.rb', line 191 attribute :stl, Shale::Type::Integer |
#tot_reb ⇒ Integer
Returns the total rebounds
167 |
# File 'lib/nba/cume_stats_player_total.rb', line 167 attribute :tot_reb, Shale::Type::Integer |
#tov ⇒ Integer
Returns the total turnovers
199 |
# File 'lib/nba/cume_stats_player_total.rb', line 199 attribute :tov, Shale::Type::Integer |