Class: NbaRb::PlayoffRound

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

Class Attribute Summary collapse

Class Attribute Details

.allObject

Returns the value of attribute all.



277
278
279
# File 'lib/nba_rb/constants.rb', line 277

def all
  @all
end

.conference_finalsObject

Returns the value of attribute conference_finals.



277
278
279
# File 'lib/nba_rb/constants.rb', line 277

def conference_finals
  @conference_finals
end

.defaultObject

Returns the value of attribute default.



277
278
279
# File 'lib/nba_rb/constants.rb', line 277

def default
  @default
end

.finalsObject

Returns the value of attribute finals.



277
278
279
# File 'lib/nba_rb/constants.rb', line 277

def finals
  @finals
end

.quarter_finalsObject

Returns the value of attribute quarter_finals.



277
278
279
# File 'lib/nba_rb/constants.rb', line 277

def quarter_finals
  @quarter_finals
end

.semi_finalsObject

Returns the value of attribute semi_finals.



277
278
279
# File 'lib/nba_rb/constants.rb', line 277

def semi_finals
  @semi_finals
end