Class: NbaRb::Location
- Inherits:
-
Object
- Object
- NbaRb::Location
- Defined in:
- lib/nba_rb/constants.rb
Class Attribute Summary collapse
-
.away ⇒ Object
Returns the value of attribute away.
-
.default ⇒ Object
Returns the value of attribute default.
-
.home ⇒ Object
Returns the value of attribute home.
Class Attribute Details
.away ⇒ Object
Returns the value of attribute away.
95 96 97 |
# File 'lib/nba_rb/constants.rb', line 95 def away @away end |
.default ⇒ Object
Returns the value of attribute default.
95 96 97 |
# File 'lib/nba_rb/constants.rb', line 95 def default @default end |
.home ⇒ Object
Returns the value of attribute home.
95 96 97 |
# File 'lib/nba_rb/constants.rb', line 95 def home @home end |