class VegasInsiderScraper::NFL

Public Class Methods

new() click to toggle source
Calls superclass method ScraperLeague::new
# File lib/vegas_insider_scraper/nfl.rb, line 4
def initialize
  @vegas_sport_identifier = 'nfl'
  super
end