Class: NBA::LeagueWideShotStat
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::LeagueWideShotStat
- Defined in:
- lib/nba/league_wide_shot_stat.rb
Overview
Represents league-wide shot data
Instance Attribute Summary collapse
-
#fg_pct ⇒ Float
Returns field goal percentage.
-
#fga ⇒ Integer
Returns field goals attempted.
-
#fgm ⇒ Integer
Returns field goals made.
-
#grid_type ⇒ String
Returns the grid type.
-
#shot_zone_area ⇒ String
Returns the shot zone area.
-
#shot_zone_basic ⇒ String
Returns the basic shot zone.
-
#shot_zone_range ⇒ String
Returns the shot zone range.
Instance Attribute Details
#fg_pct ⇒ Float
Returns field goal percentage
60 |
# File 'lib/nba/league_wide_shot_stat.rb', line 60 attribute :fg_pct, Shale::Type::Float |
#fga ⇒ Integer
Returns field goals attempted
44 |
# File 'lib/nba/league_wide_shot_stat.rb', line 44 attribute :fga, Shale::Type::Integer |
#fgm ⇒ Integer
Returns field goals made
52 |
# File 'lib/nba/league_wide_shot_stat.rb', line 52 attribute :fgm, Shale::Type::Integer |
#grid_type ⇒ String
Returns the grid type
12 |
# File 'lib/nba/league_wide_shot_stat.rb', line 12 attribute :grid_type, Shale::Type::String |
#shot_zone_area ⇒ String
Returns the shot zone area
28 |
# File 'lib/nba/league_wide_shot_stat.rb', line 28 attribute :shot_zone_area, Shale::Type::String |
#shot_zone_basic ⇒ String
Returns the basic shot zone
20 |
# File 'lib/nba/league_wide_shot_stat.rb', line 20 attribute :shot_zone_basic, Shale::Type::String |
#shot_zone_range ⇒ String
Returns the shot zone range
36 |
# File 'lib/nba/league_wide_shot_stat.rb', line 36 attribute :shot_zone_range, Shale::Type::String |