Class: YahooSports::MLB

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

Class Method Summary collapse

Class Method Details

.get_homepage_games(state = "") ⇒ Object



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

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

.get_team_stats(str) ⇒ Object



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

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