class NbaRb::Period

Attributes

all_quarters[RW]
default[RW]
first_quarter[RW]
fourth_quarter[RW]
second_quarter[RW]
third_quarter[RW]

Public Instance Methods

overtime(n) click to toggle source
# File lib/nba_rb/constants.rb, line 261
def overtime(n)
  str(4 + n)
end