Class: YahooSports::NBA

Inherits:
Base
  • Object
show all
Defined in:
lib/yahoo_sports/nba.rb

Class Method Summary collapse

Class Method Details

.get_homepage_games(state = "") ⇒ Object



6
7
8
# File 'lib/yahoo_sports/nba.rb', line 6

def self.get_homepage_games(state = "")
    super("nba", state)
end

.get_team_stats(str) ⇒ Object



10
11
12
# File 'lib/yahoo_sports/nba.rb', line 10

def self.get_team_stats(str)
    super("nba", str)
end