Class: NbaRb::VsDivision
- Inherits:
-
Object
- Object
- NbaRb::VsDivision
- Defined in:
- lib/nba_rb/constants.rb
Class Attribute Summary collapse
-
.all ⇒ Object
Returns the value of attribute all.
-
.atlantic ⇒ Object
Returns the value of attribute atlantic.
-
.central ⇒ Object
Returns the value of attribute central.
-
.default ⇒ Object
Returns the value of attribute default.
-
.northwest ⇒ Object
Returns the value of attribute northwest.
-
.pacific ⇒ Object
Returns the value of attribute pacific.
-
.southeast ⇒ Object
Returns the value of attribute southeast.
-
.southwest ⇒ Object
Returns the value of attribute southwest.
Class Attribute Details
.all ⇒ Object
Returns the value of attribute all.
146 147 148 |
# File 'lib/nba_rb/constants.rb', line 146 def all @all end |
.atlantic ⇒ Object
Returns the value of attribute atlantic.
146 147 148 |
# File 'lib/nba_rb/constants.rb', line 146 def atlantic @atlantic end |
.central ⇒ Object
Returns the value of attribute central.
146 147 148 |
# File 'lib/nba_rb/constants.rb', line 146 def central @central end |
.default ⇒ Object
Returns the value of attribute default.
146 147 148 |
# File 'lib/nba_rb/constants.rb', line 146 def default @default end |
.northwest ⇒ Object
Returns the value of attribute northwest.
146 147 148 |
# File 'lib/nba_rb/constants.rb', line 146 def northwest @northwest end |
.pacific ⇒ Object
Returns the value of attribute pacific.
146 147 148 |
# File 'lib/nba_rb/constants.rb', line 146 def pacific @pacific end |
.southeast ⇒ Object
Returns the value of attribute southeast.
146 147 148 |
# File 'lib/nba_rb/constants.rb', line 146 def southeast @southeast end |
.southwest ⇒ Object
Returns the value of attribute southwest.
146 147 148 |
# File 'lib/nba_rb/constants.rb', line 146 def southwest @southwest end |