Class: NbaRb::Location

Inherits:
Object
  • Object
show all
Defined in:
lib/nba_rb/constants.rb

Class Attribute Summary collapse

Class Attribute Details

.awayObject

Returns the value of attribute away.



95
96
97
# File 'lib/nba_rb/constants.rb', line 95

def away
  @away
end

.defaultObject

Returns the value of attribute default.



95
96
97
# File 'lib/nba_rb/constants.rb', line 95

def default
  @default
end

.homeObject

Returns the value of attribute home.



95
96
97
# File 'lib/nba_rb/constants.rb', line 95

def home
  @home
end