Class: NbaRb::SeasonType

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

Class Attribute Summary collapse

Class Attribute Details

.defaultObject

Returns the value of attribute default.



43
44
45
# File 'lib/nba_rb/constants.rb', line 43

def default
  @default
end

.playoffsObject

Returns the value of attribute playoffs.



43
44
45
# File 'lib/nba_rb/constants.rb', line 43

def playoffs
  @playoffs
end

.regularObject

Returns the value of attribute regular.



43
44
45
# File 'lib/nba_rb/constants.rb', line 43

def regular
  @regular
end