Class: NbaRb::SeasonSegment
- Inherits:
-
Object
- Object
- NbaRb::SeasonSegment
- Defined in:
- lib/nba_rb/constants.rb
Class Attribute Summary collapse
-
.default ⇒ Object
Returns the value of attribute default.
-
.entire_season ⇒ Object
Returns the value of attribute entire_season.
-
.post_all_star ⇒ Object
Returns the value of attribute post_all_star.
-
.pre_all_star ⇒ Object
Returns the value of attribute pre_all_star.
Class Attribute Details
.default ⇒ Object
Returns the value of attribute default.
105 106 107 |
# File 'lib/nba_rb/constants.rb', line 105 def default @default end |
.entire_season ⇒ Object
Returns the value of attribute entire_season.
105 106 107 |
# File 'lib/nba_rb/constants.rb', line 105 def entire_season @entire_season end |
.post_all_star ⇒ Object
Returns the value of attribute post_all_star.
105 106 107 |
# File 'lib/nba_rb/constants.rb', line 105 def post_all_star @post_all_star end |
.pre_all_star ⇒ Object
Returns the value of attribute pre_all_star.
105 106 107 |
# File 'lib/nba_rb/constants.rb', line 105 def pre_all_star @pre_all_star end |