Class: NCAABB

Inherits:
ScraperLeague show all
Defined in:
lib/sports/ncaabb.rb

Instance Attribute Summary

Attributes inherited from ScraperLeague

#moneyline_sport, #sport_id, #sport_name, #teams

Instance Method Summary collapse

Methods inherited from ScraperLeague

#current_games, #live_scores, #standings, #team_schedules

Constructor Details

#initializeNCAABB

Returns a new instance of NCAABB.



4
5
6
7
8
# File 'lib/sports/ncaabb.rb', line 4

def initialize
  @sport_id = 1
  @sport_name = 'college-basketball'
  super
end