Class: NbaRb::SeasonType
- Inherits:
-
Object
- Object
- NbaRb::SeasonType
- Defined in:
- lib/nba_rb/constants.rb
Class Attribute Summary collapse
-
.default ⇒ Object
Returns the value of attribute default.
-
.playoffs ⇒ Object
Returns the value of attribute playoffs.
-
.regular ⇒ Object
Returns the value of attribute regular.
Class Attribute Details
.default ⇒ Object
Returns the value of attribute default.
43 44 45 |
# File 'lib/nba_rb/constants.rb', line 43 def default @default end |
.playoffs ⇒ Object
Returns the value of attribute playoffs.
43 44 45 |
# File 'lib/nba_rb/constants.rb', line 43 def playoffs @playoffs end |
.regular ⇒ Object
Returns the value of attribute regular.
43 44 45 |
# File 'lib/nba_rb/constants.rb', line 43 def regular @regular end |