Class: VegasInsiderScraper::NFL

Inherits:
ScraperLeague show all
Defined in:
lib/vegas_insider_scraper/nfl.rb

Instance Attribute Summary

Attributes inherited from ScraperLeague

#moneyline_sport, #teams, #vegas_sport_identifier

Instance Method Summary collapse

Methods inherited from ScraperLeague

#current_games, #schedule_for, #sport_name, #standings, #team_schedules

Constructor Details

#initializeNFL

Returns a new instance of NFL.



4
5
6
7
# File 'lib/vegas_insider_scraper/nfl.rb', line 4

def initialize
  @vegas_sport_identifier = 'nfl'
  super
end