Class: NBA::BoxScoreUsageTeamStat
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::BoxScoreUsageTeamStat
- Defined in:
- lib/nba/box_score_usage_team_stat.rb
Overview
Represents a team’s usage box score statistics for a game
Instance Attribute Summary collapse
-
#game_id ⇒ String
Returns the game ID.
-
#min ⇒ String
Returns total minutes played.
-
#pct_ast ⇒ Float
Returns percentage of assists.
-
#pct_blk ⇒ Float
Returns percentage of blocks.
-
#pct_blka ⇒ Float
Returns percentage of blocked attempts.
-
#pct_dreb ⇒ Float
Returns percentage of defensive rebounds.
-
#pct_fg3a ⇒ Float
Returns percentage of 3-pointers attempted.
-
#pct_fg3m ⇒ Float
Returns percentage of 3-pointers made.
-
#pct_fga ⇒ Float
Returns percentage of field goals attempted.
-
#pct_fgm ⇒ Float
Returns percentage of field goals made.
-
#pct_fta ⇒ Float
Returns percentage of free throws attempted.
-
#pct_ftm ⇒ Float
Returns percentage of free throws made.
-
#pct_oreb ⇒ Float
Returns percentage of offensive rebounds.
-
#pct_pf ⇒ Float
Returns percentage of personal fouls.
-
#pct_pfd ⇒ Float
Returns percentage of personal fouls drawn.
-
#pct_pts ⇒ Float
Returns percentage of points.
-
#pct_reb ⇒ Float
Returns percentage of total rebounds.
-
#pct_stl ⇒ Float
Returns percentage of steals.
-
#pct_tov ⇒ Float
Returns percentage of turnovers.
-
#team_abbreviation ⇒ String
Returns the team abbreviation.
-
#team_city ⇒ String
Returns the team city.
-
#team_id ⇒ Integer
Returns the team ID.
-
#team_name ⇒ String
Returns the team name.
-
#usg_pct ⇒ Float
Returns usage percentage.
Instance Method Summary collapse
-
#game ⇒ Game?
Returns the game object for this box score.
-
#team ⇒ Team?
Returns the team object.
Instance Attribute Details
#game_id ⇒ String
Returns the game ID
15 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 15 attribute :game_id, Shale::Type::String |
#min ⇒ String
Returns total minutes played
55 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 55 attribute :min, Shale::Type::String |
#pct_ast ⇒ Float
Returns percentage of assists
143 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 143 attribute :pct_ast, Shale::Type::Float |
#pct_blk ⇒ Float
Returns percentage of blocks
167 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 167 attribute :pct_blk, Shale::Type::Float |
#pct_blka ⇒ Float
Returns percentage of blocked attempts
175 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 175 attribute :pct_blka, Shale::Type::Float |
#pct_dreb ⇒ Float
Returns percentage of defensive rebounds
127 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 127 attribute :pct_dreb, Shale::Type::Float |
#pct_fg3a ⇒ Float
Returns percentage of 3-pointers attempted
95 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 95 attribute :pct_fg3a, Shale::Type::Float |
#pct_fg3m ⇒ Float
Returns percentage of 3-pointers made
87 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 87 attribute :pct_fg3m, Shale::Type::Float |
#pct_fga ⇒ Float
Returns percentage of field goals attempted
79 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 79 attribute :pct_fga, Shale::Type::Float |
#pct_fgm ⇒ Float
Returns percentage of field goals made
71 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 71 attribute :pct_fgm, Shale::Type::Float |
#pct_fta ⇒ Float
Returns percentage of free throws attempted
111 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 111 attribute :pct_fta, Shale::Type::Float |
#pct_ftm ⇒ Float
Returns percentage of free throws made
103 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 103 attribute :pct_ftm, Shale::Type::Float |
#pct_oreb ⇒ Float
Returns percentage of offensive rebounds
119 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 119 attribute :pct_oreb, Shale::Type::Float |
#pct_pf ⇒ Float
Returns percentage of personal fouls
183 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 183 attribute :pct_pf, Shale::Type::Float |
#pct_pfd ⇒ Float
Returns percentage of personal fouls drawn
191 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 191 attribute :pct_pfd, Shale::Type::Float |
#pct_pts ⇒ Float
Returns percentage of points
199 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 199 attribute :pct_pts, Shale::Type::Float |
#pct_reb ⇒ Float
Returns percentage of total rebounds
135 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 135 attribute :pct_reb, Shale::Type::Float |
#pct_stl ⇒ Float
Returns percentage of steals
159 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 159 attribute :pct_stl, Shale::Type::Float |
#pct_tov ⇒ Float
Returns percentage of turnovers
151 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 151 attribute :pct_tov, Shale::Type::Float |
#team_abbreviation ⇒ String
Returns the team abbreviation
39 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 39 attribute :team_abbreviation, Shale::Type::String |
#team_city ⇒ String
Returns the team city
47 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 47 attribute :team_city, Shale::Type::String |
#team_id ⇒ Integer
Returns the team ID
23 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 23 attribute :team_id, Shale::Type::Integer |
#team_name ⇒ String
Returns the team name
31 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 31 attribute :team_name, Shale::Type::String |
#usg_pct ⇒ Float
Returns usage percentage
63 |
# File 'lib/nba/box_score_usage_team_stat.rb', line 63 attribute :usg_pct, Shale::Type::Float |