Class: NBA::CumeStatsPlayerGame
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::CumeStatsPlayerGame
- Defined in:
- lib/nba/cume_stats_player_game.rb
Overview
Represents a single game in cumulative player statistics
Instance Attribute Summary collapse
-
#ast ⇒ Integer
Returns the assists.
-
#blk ⇒ Integer
Returns the blocks.
-
#dreb ⇒ Integer
Returns the defensive rebounds.
-
#fg3_pct ⇒ Float
Returns the three-point field goal percentage.
-
#fg3a ⇒ Integer
Returns the three-point field goals attempted.
-
#fg3m ⇒ Integer
Returns the three-point field goals made.
-
#fg_pct ⇒ Float
Returns the field goal percentage.
-
#fga ⇒ Integer
Returns the field goals attempted.
-
#fgm ⇒ Integer
Returns the field goals made.
-
#ft_pct ⇒ Float
Returns the free throw percentage.
-
#fta ⇒ Integer
Returns the free throws attempted.
-
#ftm ⇒ Integer
Returns the free throws made.
-
#game_date ⇒ String
Returns the game date.
-
#game_id ⇒ String
Returns the game ID.
-
#matchup ⇒ String
Returns the matchup description.
-
#min ⇒ Integer
Returns the minutes played.
-
#oreb ⇒ Integer
Returns the offensive rebounds.
-
#pf ⇒ Integer
Returns the personal fouls.
-
#pts ⇒ Integer
Returns the points.
-
#reb ⇒ Integer
Returns the total rebounds.
-
#sec ⇒ Integer
Returns the seconds played.
-
#stl ⇒ Integer
Returns the steals.
-
#tov ⇒ Integer
Returns the turnovers.
-
#vs_team_city ⇒ String
Returns the opposing team city.
-
#vs_team_id ⇒ Integer
Returns the opposing team ID.
-
#vs_team_name ⇒ String
Returns the opposing team name.
Instance Attribute Details
#ast ⇒ Integer
Returns the assists
175 |
# File 'lib/nba/cume_stats_player_game.rb', line 175 attribute :ast, Shale::Type::Integer |
#blk ⇒ Integer
Returns the blocks
207 |
# File 'lib/nba/cume_stats_player_game.rb', line 207 attribute :blk, Shale::Type::Integer |
#dreb ⇒ Integer
Returns the defensive rebounds
159 |
# File 'lib/nba/cume_stats_player_game.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_game.rb', line 119 attribute :fg3_pct, Shale::Type::Float |
#fg3a ⇒ Integer
Returns the three-point field goals attempted
111 |
# File 'lib/nba/cume_stats_player_game.rb', line 111 attribute :fg3a, Shale::Type::Integer |
#fg3m ⇒ Integer
Returns the three-point field goals made
103 |
# File 'lib/nba/cume_stats_player_game.rb', line 103 attribute :fg3m, Shale::Type::Integer |
#fg_pct ⇒ Float
Returns the field goal percentage
95 |
# File 'lib/nba/cume_stats_player_game.rb', line 95 attribute :fg_pct, Shale::Type::Float |
#fga ⇒ Integer
Returns the field goals attempted
87 |
# File 'lib/nba/cume_stats_player_game.rb', line 87 attribute :fga, Shale::Type::Integer |
#fgm ⇒ Integer
Returns the field goals made
79 |
# File 'lib/nba/cume_stats_player_game.rb', line 79 attribute :fgm, Shale::Type::Integer |
#ft_pct ⇒ Float
Returns the free throw percentage
143 |
# File 'lib/nba/cume_stats_player_game.rb', line 143 attribute :ft_pct, Shale::Type::Float |
#fta ⇒ Integer
Returns the free throws attempted
135 |
# File 'lib/nba/cume_stats_player_game.rb', line 135 attribute :fta, Shale::Type::Integer |
#ftm ⇒ Integer
Returns the free throws made
127 |
# File 'lib/nba/cume_stats_player_game.rb', line 127 attribute :ftm, Shale::Type::Integer |
#game_date ⇒ String
Returns the game date
31 |
# File 'lib/nba/cume_stats_player_game.rb', line 31 attribute :game_date, Shale::Type::String |
#game_id ⇒ String
Returns the game ID
15 |
# File 'lib/nba/cume_stats_player_game.rb', line 15 attribute :game_id, Shale::Type::String |
#matchup ⇒ String
Returns the matchup description
23 |
# File 'lib/nba/cume_stats_player_game.rb', line 23 attribute :matchup, Shale::Type::String |
#min ⇒ Integer
Returns the minutes played
63 |
# File 'lib/nba/cume_stats_player_game.rb', line 63 attribute :min, Shale::Type::Integer |
#oreb ⇒ Integer
Returns the offensive rebounds
151 |
# File 'lib/nba/cume_stats_player_game.rb', line 151 attribute :oreb, Shale::Type::Integer |
#pf ⇒ Integer
Returns the personal fouls
183 |
# File 'lib/nba/cume_stats_player_game.rb', line 183 attribute :pf, Shale::Type::Integer |
#pts ⇒ Integer
Returns the points
215 |
# File 'lib/nba/cume_stats_player_game.rb', line 215 attribute :pts, Shale::Type::Integer |
#reb ⇒ Integer
Returns the total rebounds
167 |
# File 'lib/nba/cume_stats_player_game.rb', line 167 attribute :reb, Shale::Type::Integer |
#sec ⇒ Integer
Returns the seconds played
71 |
# File 'lib/nba/cume_stats_player_game.rb', line 71 attribute :sec, Shale::Type::Integer |
#stl ⇒ Integer
Returns the steals
191 |
# File 'lib/nba/cume_stats_player_game.rb', line 191 attribute :stl, Shale::Type::Integer |
#tov ⇒ Integer
Returns the turnovers
199 |
# File 'lib/nba/cume_stats_player_game.rb', line 199 attribute :tov, Shale::Type::Integer |
#vs_team_city ⇒ String
Returns the opposing team city
47 |
# File 'lib/nba/cume_stats_player_game.rb', line 47 attribute :vs_team_city, Shale::Type::String |
#vs_team_id ⇒ Integer
Returns the opposing team ID
39 |
# File 'lib/nba/cume_stats_player_game.rb', line 39 attribute :vs_team_id, Shale::Type::Integer |
#vs_team_name ⇒ String
Returns the opposing team name
55 |
# File 'lib/nba/cume_stats_player_game.rb', line 55 attribute :vs_team_name, Shale::Type::String |