Class: NBA::BoxScorePlayerTrackTeamStat
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::BoxScorePlayerTrackTeamStat
- Defined in:
- lib/nba/box_score_player_track_team_stat.rb
Overview
Represents player tracking statistics for a team in a game
Instance Attribute Summary collapse
-
#ast ⇒ Integer
Returns assists.
-
#cfg_pct ⇒ Float
Returns contested field goal percentage.
-
#cfga ⇒ Integer
Returns contested field goals attempted.
-
#cfgm ⇒ Integer
Returns contested field goals made.
-
#dfg_pct ⇒ Float
Returns defended field goal percentage.
-
#dfga ⇒ Integer
Returns defended field goals attempted.
-
#dfgm ⇒ Integer
Returns defended field goals made.
-
#distance ⇒ Float
Returns total team distance traveled in miles.
-
#dreb_chances ⇒ Integer
Returns defensive rebound chances.
-
#ft_ast ⇒ Integer
Returns free throw assists.
-
#game_id ⇒ String
Returns the game ID.
-
#min ⇒ String
Returns minutes played.
-
#oreb_chances ⇒ Integer
Returns offensive rebound chances.
-
#passes ⇒ Integer
Returns total passes.
-
#reb_chances ⇒ Integer
Returns total rebound chances.
-
#secondary_ast ⇒ Integer
Returns secondary assists.
-
#speed ⇒ Float
Returns team average speed in miles per hour.
-
#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.
-
#touches ⇒ Integer
Returns total touches.
-
#ufg_pct ⇒ Float
Returns uncontested field goal percentage.
-
#ufga ⇒ Integer
Returns uncontested field goals attempted.
-
#ufgm ⇒ Integer
Returns uncontested field goals made.
Instance Method Summary collapse
-
#game ⇒ Game?
Returns the game object.
-
#team ⇒ Team?
Returns the team object.
Instance Attribute Details
#ast ⇒ Integer
Returns assists
135 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 135 attribute :ast, Shale::Type::Integer |
#cfg_pct ⇒ Float
Returns contested field goal percentage
159 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 159 attribute :cfg_pct, Shale::Type::Float |
#cfga ⇒ Integer
Returns contested field goals attempted
151 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 151 attribute :cfga, Shale::Type::Integer |
#cfgm ⇒ Integer
Returns contested field goals made
143 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 143 attribute :cfgm, Shale::Type::Integer |
#dfg_pct ⇒ Float
Returns defended field goal percentage
207 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 207 attribute :dfg_pct, Shale::Type::Float |
#dfga ⇒ Integer
Returns defended field goals attempted
199 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 199 attribute :dfga, Shale::Type::Integer |
#dfgm ⇒ Integer
Returns defended field goals made
191 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 191 attribute :dfgm, Shale::Type::Integer |
#distance ⇒ Float
Returns total team distance traveled in miles
71 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 71 attribute :distance, Shale::Type::Float |
#dreb_chances ⇒ Integer
Returns defensive rebound chances
87 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 87 attribute :dreb_chances, Shale::Type::Integer |
#ft_ast ⇒ Integer
Returns free throw assists
119 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 119 attribute :ft_ast, Shale::Type::Integer |
#game_id ⇒ String
Returns the game ID
15 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 15 attribute :game_id, Shale::Type::String |
#min ⇒ String
Returns minutes played
55 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 55 attribute :min, Shale::Type::String |
#oreb_chances ⇒ Integer
Returns offensive rebound chances
79 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 79 attribute :oreb_chances, Shale::Type::Integer |
#passes ⇒ Integer
Returns total passes
127 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 127 attribute :passes, Shale::Type::Integer |
#reb_chances ⇒ Integer
Returns total rebound chances
95 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 95 attribute :reb_chances, Shale::Type::Integer |
#secondary_ast ⇒ Integer
Returns secondary assists
111 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 111 attribute :secondary_ast, Shale::Type::Integer |
#speed ⇒ Float
Returns team average speed in miles per hour
63 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 63 attribute :speed, Shale::Type::Float |
#team_abbreviation ⇒ String
Returns the team abbreviation
39 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 39 attribute :team_abbreviation, Shale::Type::String |
#team_city ⇒ String
Returns the team city
47 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 47 attribute :team_city, Shale::Type::String |
#team_id ⇒ Integer
Returns the team ID
23 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 23 attribute :team_id, Shale::Type::Integer |
#team_name ⇒ String
Returns the team name
31 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 31 attribute :team_name, Shale::Type::String |
#touches ⇒ Integer
Returns total touches
103 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 103 attribute :touches, Shale::Type::Integer |
#ufg_pct ⇒ Float
Returns uncontested field goal percentage
183 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 183 attribute :ufg_pct, Shale::Type::Float |
#ufga ⇒ Integer
Returns uncontested field goals attempted
175 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 175 attribute :ufga, Shale::Type::Integer |
#ufgm ⇒ Integer
Returns uncontested field goals made
167 |
# File 'lib/nba/box_score_player_track_team_stat.rb', line 167 attribute :ufgm, Shale::Type::Integer |