Class: NBA::IstStanding
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::IstStanding
- Defined in:
- lib/nba/ist_standing.rb
Overview
Represents an In-Season Tournament standing entry
Instance Attribute Summary collapse
-
#clinch_indicator ⇒ String
Returns the clinch indicator.
-
#conference ⇒ String
Returns the conference.
-
#ist_group ⇒ String
Returns the IST group.
-
#ist_group_rank ⇒ Integer
Returns the rank within IST group.
-
#losses ⇒ Integer
Returns the number of losses.
-
#pts_against ⇒ Integer
Returns total points allowed.
-
#pts_diff ⇒ Integer
Returns the point differential.
-
#pts_for ⇒ Integer
Returns total points scored.
-
#season_id ⇒ String
Returns the season ID.
-
#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.
-
#team_slug ⇒ String
Returns the team slug.
-
#win_pct ⇒ Float
Returns the win percentage.
-
#wins ⇒ Integer
Returns the number of wins.
Instance Method Summary collapse
-
#team ⇒ Team?
Returns the team object.
Instance Attribute Details
#clinch_indicator ⇒ String
Returns the clinch indicator
136 |
# File 'lib/nba/ist_standing.rb', line 136 attribute :clinch_indicator, Shale::Type::String |
#conference ⇒ String
Returns the conference
64 |
# File 'lib/nba/ist_standing.rb', line 64 attribute :conference, Shale::Type::String |
#ist_group ⇒ String
Returns the IST group
72 |
# File 'lib/nba/ist_standing.rb', line 72 attribute :ist_group, Shale::Type::String |
#ist_group_rank ⇒ Integer
Returns the rank within IST group
80 |
# File 'lib/nba/ist_standing.rb', line 80 attribute :ist_group_rank, Shale::Type::Integer |
#losses ⇒ Integer
Returns the number of losses
96 |
# File 'lib/nba/ist_standing.rb', line 96 attribute :losses, Shale::Type::Integer |
#pts_against ⇒ Integer
Returns total points allowed
120 |
# File 'lib/nba/ist_standing.rb', line 120 attribute :pts_against, Shale::Type::Integer |
#pts_diff ⇒ Integer
Returns the point differential
128 |
# File 'lib/nba/ist_standing.rb', line 128 attribute :pts_diff, Shale::Type::Integer |
#pts_for ⇒ Integer
Returns total points scored
112 |
# File 'lib/nba/ist_standing.rb', line 112 attribute :pts_for, Shale::Type::Integer |
#season_id ⇒ String
Returns the season ID
16 |
# File 'lib/nba/ist_standing.rb', line 16 attribute :season_id, Shale::Type::String |
#team_abbreviation ⇒ String
Returns the team abbreviation
48 |
# File 'lib/nba/ist_standing.rb', line 48 attribute :team_abbreviation, Shale::Type::String |
#team_city ⇒ String
Returns the team city
32 |
# File 'lib/nba/ist_standing.rb', line 32 attribute :team_city, Shale::Type::String |
#team_id ⇒ Integer
Returns the team ID
24 |
# File 'lib/nba/ist_standing.rb', line 24 attribute :team_id, Shale::Type::Integer |
#team_name ⇒ String
Returns the team name
40 |
# File 'lib/nba/ist_standing.rb', line 40 attribute :team_name, Shale::Type::String |
#team_slug ⇒ String
Returns the team slug
56 |
# File 'lib/nba/ist_standing.rb', line 56 attribute :team_slug, Shale::Type::String |
#win_pct ⇒ Float
Returns the win percentage
104 |
# File 'lib/nba/ist_standing.rb', line 104 attribute :win_pct, Shale::Type::Float |
#wins ⇒ Integer
Returns the number of wins
88 |
# File 'lib/nba/ist_standing.rb', line 88 attribute :wins, Shale::Type::Integer |