Method: Player.player_projections_by_season
- Defined in:
- lib/player.rb
.player_projections_by_season ⇒ Object
returns player projections for season
59 60 61 |
# File 'lib/player.rb', line 59 def self.player_projections_by_season request_service('PlayerSeasonProjectionStats', CoreExtensions::Fantasy::Date.regular_season) end |