class VegasInsiderScraper::NCAAFB

Public Class Methods

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

Public Instance Methods

teams() click to toggle source
# File lib/vegas_insider_scraper/ncaafb.rb, line 9
def teams
  @teams ||= scrape_teams
end