Class: NbaRb::GameSegment

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.



168
169
170
# File 'lib/nba_rb/constants.rb', line 168

def default
  @default
end

.entire_gameObject

Returns the value of attribute entire_game.



168
169
170
# File 'lib/nba_rb/constants.rb', line 168

def entire_game
  @entire_game
end

.first_halfObject

Returns the value of attribute first_half.



168
169
170
# File 'lib/nba_rb/constants.rb', line 168

def first_half
  @first_half
end

.overtimeObject

Returns the value of attribute overtime.



168
169
170
# File 'lib/nba_rb/constants.rb', line 168

def overtime
  @overtime
end

.second_halfObject

Returns the value of attribute second_half.



168
169
170
# File 'lib/nba_rb/constants.rb', line 168

def second_half
  @second_half
end