Class: NbaRb::VsConference
- Inherits:
-
Object
- Object
- NbaRb::VsConference
- Defined in:
- lib/nba_rb/constants.rb
Class Attribute Summary collapse
-
.all ⇒ Object
Returns the value of attribute all.
-
.default ⇒ Object
Returns the value of attribute default.
-
.east ⇒ Object
Returns the value of attribute east.
-
.west ⇒ Object
Returns the value of attribute west.
Class Attribute Details
.all ⇒ Object
Returns the value of attribute all.
135 136 137 |
# File 'lib/nba_rb/constants.rb', line 135 def all @all end |
.default ⇒ Object
Returns the value of attribute default.
135 136 137 |
# File 'lib/nba_rb/constants.rb', line 135 def default @default end |
.east ⇒ Object
Returns the value of attribute east.
135 136 137 |
# File 'lib/nba_rb/constants.rb', line 135 def east @east end |
.west ⇒ Object
Returns the value of attribute west.
135 136 137 |
# File 'lib/nba_rb/constants.rb', line 135 def west @west end |