Method: Fantasydata::API::Team#team_game_stats_by_year_and_week
- Defined in:
- lib/fantasydata/api/team.rb
#team_game_stats_by_year_and_week(year, week) ⇒ Object
16 17 18 |
# File 'lib/fantasydata/api/team.rb', line 16 def team_game_stats_by_year_and_week year, week objects_from_response(Fantasydata::TeamGameStat, :get, "nfl/v2/JSON/TeamGameStats/#{year}/#{week}") end |