Method: Game.box_scores

Defined in:
lib/game.rb

.box_scores(week) ⇒ Object

returns all box scores



13
14
15
# File 'lib/game.rb', line 13

def self.box_scores week
    request_service('BoxScores', [CoreExtensions::Fantasy::Date.regular_season, week])
end