Class: NbaRb::PlayoffRound
- Inherits:
-
Object
- Object
- NbaRb::PlayoffRound
- Defined in:
- lib/nba_rb/constants.rb
Class Attribute Summary collapse
-
.all ⇒ Object
Returns the value of attribute all.
-
.conference_finals ⇒ Object
Returns the value of attribute conference_finals.
-
.default ⇒ Object
Returns the value of attribute default.
-
.finals ⇒ Object
Returns the value of attribute finals.
-
.quarter_finals ⇒ Object
Returns the value of attribute quarter_finals.
-
.semi_finals ⇒ Object
Returns the value of attribute semi_finals.
Class Attribute Details
.all ⇒ Object
Returns the value of attribute all.
277 278 279 |
# File 'lib/nba_rb/constants.rb', line 277 def all @all end |
.conference_finals ⇒ Object
Returns the value of attribute conference_finals.
277 278 279 |
# File 'lib/nba_rb/constants.rb', line 277 def conference_finals @conference_finals end |
.default ⇒ Object
Returns the value of attribute default.
277 278 279 |
# File 'lib/nba_rb/constants.rb', line 277 def default @default end |
.finals ⇒ Object
Returns the value of attribute finals.
277 278 279 |
# File 'lib/nba_rb/constants.rb', line 277 def finals @finals end |
.quarter_finals ⇒ Object
Returns the value of attribute quarter_finals.
277 278 279 |
# File 'lib/nba_rb/constants.rb', line 277 def quarter_finals @quarter_finals end |
.semi_finals ⇒ Object
Returns the value of attribute semi_finals.
277 278 279 |
# File 'lib/nba_rb/constants.rb', line 277 def semi_finals @semi_finals end |