Class: VegasInsiderScraper::NCAAFB

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

Instance Attribute Summary

Attributes inherited from ScraperLeague

#moneyline_sport, #vegas_sport_identifier

Instance Method Summary collapse

Methods inherited from ScraperLeague

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

Constructor Details

#initializeNCAAFB

Returns a new instance of NCAAFB.



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

def initialize
  @vegas_sport_identifier = 'college-football'
  super
end

Instance Method Details

#teamsObject



9
10
11
# File 'lib/vegas_insider_scraper/ncaafb.rb', line 9

def teams
  @teams ||= scrape_teams
end