Class: VegasInsiderScraper::NBA

Inherits:
ScraperLeague show all
Defined in:
lib/vegas_insider_scraper/nba.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

#initializeNBA

Returns a new instance of NBA.



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

def initialize
  @vegas_sport_identifier = 'nba'
  super
end