Class: NBA::LeagueDashTeamShotLocationStat
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::LeagueDashTeamShotLocationStat
- Defined in:
- lib/nba/league_dash_team_shot_location_stat.rb
Overview
Represents league-wide team shot location statistics
Instance Attribute Summary collapse
-
#above_the_break_3_fg_pct ⇒ Float?
Returns above the break 3 field goal percentage.
-
#above_the_break_3_fga ⇒ Float?
Returns above the break 3 field goals attempted.
-
#above_the_break_3_fgm ⇒ Float?
Returns above the break 3 field goals made.
-
#backcourt_fg_pct ⇒ Float?
Returns backcourt field goal percentage.
-
#backcourt_fga ⇒ Float?
Returns backcourt field goals attempted.
-
#backcourt_fgm ⇒ Float?
Returns backcourt field goals made.
-
#corner_3_fg_pct ⇒ Float?
Returns corner 3 field goal percentage (combined left and right).
-
#corner_3_fga ⇒ Float?
Returns corner 3 field goals attempted (combined left and right).
-
#corner_3_fgm ⇒ Float?
Returns corner 3 field goals made (combined left and right).
-
#in_the_paint_non_ra_fg_pct ⇒ Float?
Returns in the paint (non-RA) field goal percentage.
-
#in_the_paint_non_ra_fga ⇒ Float?
Returns in the paint (non-RA) field goals attempted.
-
#in_the_paint_non_ra_fgm ⇒ Float?
Returns in the paint (non-RA) field goals made.
-
#left_corner_3_fg_pct ⇒ Float?
Returns left corner 3 field goal percentage.
-
#left_corner_3_fga ⇒ Float?
Returns left corner 3 field goals attempted.
-
#left_corner_3_fgm ⇒ Float?
Returns left corner 3 field goals made.
-
#mid_range_fg_pct ⇒ Float?
Returns mid-range field goal percentage.
-
#mid_range_fga ⇒ Float?
Returns mid-range field goals attempted.
-
#mid_range_fgm ⇒ Float?
Returns mid-range field goals made.
-
#restricted_area_fg_pct ⇒ Float?
Returns restricted area field goal percentage.
-
#restricted_area_fga ⇒ Float?
Returns restricted area field goals attempted.
-
#restricted_area_fgm ⇒ Float?
Returns restricted area field goals made.
-
#right_corner_3_fg_pct ⇒ Float?
Returns right corner 3 field goal percentage.
-
#right_corner_3_fga ⇒ Float?
Returns right corner 3 field goals attempted.
-
#right_corner_3_fgm ⇒ Float?
Returns right corner 3 field goals made.
-
#team_id ⇒ Integer?
Returns the team ID.
-
#team_name ⇒ String?
Returns the team name.
Instance Method Summary collapse
-
#team ⇒ Team?
Returns the team.
Instance Attribute Details
#above_the_break_3_fg_pct ⇒ Float?
Returns above the break 3 field goal percentage
170 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 170 attribute :above_the_break_3_fg_pct, Shale::Type::Float |
#above_the_break_3_fga ⇒ Float?
Returns above the break 3 field goals attempted
162 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 162 attribute :above_the_break_3_fga, Shale::Type::Float |
#above_the_break_3_fgm ⇒ Float?
Returns above the break 3 field goals made
154 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 154 attribute :above_the_break_3_fgm, Shale::Type::Float |
#backcourt_fg_pct ⇒ Float?
Returns backcourt field goal percentage
194 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 194 attribute :backcourt_fg_pct, Shale::Type::Float |
#backcourt_fga ⇒ Float?
Returns backcourt field goals attempted
186 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 186 attribute :backcourt_fga, Shale::Type::Float |
#backcourt_fgm ⇒ Float?
Returns backcourt field goals made
178 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 178 attribute :backcourt_fgm, Shale::Type::Float |
#corner_3_fg_pct ⇒ Float?
Returns corner 3 field goal percentage (combined left and right)
218 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 218 attribute :corner_3_fg_pct, Shale::Type::Float |
#corner_3_fga ⇒ Float?
Returns corner 3 field goals attempted (combined left and right)
210 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 210 attribute :corner_3_fga, Shale::Type::Float |
#corner_3_fgm ⇒ Float?
Returns corner 3 field goals made (combined left and right)
202 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 202 attribute :corner_3_fgm, Shale::Type::Float |
#in_the_paint_non_ra_fg_pct ⇒ Float?
Returns in the paint (non-RA) field goal percentage
74 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 74 attribute :in_the_paint_non_ra_fg_pct, Shale::Type::Float |
#in_the_paint_non_ra_fga ⇒ Float?
Returns in the paint (non-RA) field goals attempted
66 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 66 attribute :in_the_paint_non_ra_fga, Shale::Type::Float |
#in_the_paint_non_ra_fgm ⇒ Float?
Returns in the paint (non-RA) field goals made
58 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 58 attribute :in_the_paint_non_ra_fgm, Shale::Type::Float |
#left_corner_3_fg_pct ⇒ Float?
Returns left corner 3 field goal percentage
122 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 122 attribute :left_corner_3_fg_pct, Shale::Type::Float |
#left_corner_3_fga ⇒ Float?
Returns left corner 3 field goals attempted
114 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 114 attribute :left_corner_3_fga, Shale::Type::Float |
#left_corner_3_fgm ⇒ Float?
Returns left corner 3 field goals made
106 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 106 attribute :left_corner_3_fgm, Shale::Type::Float |
#mid_range_fg_pct ⇒ Float?
Returns mid-range field goal percentage
98 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 98 attribute :mid_range_fg_pct, Shale::Type::Float |
#mid_range_fga ⇒ Float?
Returns mid-range field goals attempted
90 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 90 attribute :mid_range_fga, Shale::Type::Float |
#mid_range_fgm ⇒ Float?
Returns mid-range field goals made
82 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 82 attribute :mid_range_fgm, Shale::Type::Float |
#restricted_area_fg_pct ⇒ Float?
Returns restricted area field goal percentage
50 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 50 attribute :restricted_area_fg_pct, Shale::Type::Float |
#restricted_area_fga ⇒ Float?
Returns restricted area field goals attempted
42 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 42 attribute :restricted_area_fga, Shale::Type::Float |
#restricted_area_fgm ⇒ Float?
Returns restricted area field goals made
34 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 34 attribute :restricted_area_fgm, Shale::Type::Float |
#right_corner_3_fg_pct ⇒ Float?
Returns right corner 3 field goal percentage
146 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 146 attribute :right_corner_3_fg_pct, Shale::Type::Float |
#right_corner_3_fga ⇒ Float?
Returns right corner 3 field goals attempted
138 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 138 attribute :right_corner_3_fga, Shale::Type::Float |
#right_corner_3_fgm ⇒ Float?
Returns right corner 3 field goals made
130 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 130 attribute :right_corner_3_fgm, Shale::Type::Float |
#team_id ⇒ Integer?
Returns the team ID
18 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 18 attribute :team_id, Shale::Type::Integer |
#team_name ⇒ String?
Returns the team name
26 |
# File 'lib/nba/league_dash_team_shot_location_stat.rb', line 26 attribute :team_name, Shale::Type::String |