Module: NFL

Defined in:
lib/nfl.rb,
lib/nfl/live_update/version.rb,
lib/nfl/live_update/game_center/game.rb,
lib/nfl/live_update/game_center/team.rb,
lib/nfl/live_update/score_strip/game.rb,
lib/nfl/live_update/score_strip/games.rb,
lib/nfl/live_update/game_center/team_stat.rb,
lib/nfl/live_update/game_center/team_score.rb,
lib/nfl/live_update/game_center/player_stat.rb

Defined Under Namespace

Modules: LiveUpdate

Class Method Summary collapse

Class Method Details

.score_stripObject



11
12
13
# File 'lib/nfl.rb', line 11

def self.score_strip
  NFL::LiveUpdate::ScoreStrip::Games.current
end

.test_gameObject



15
16
17
# File 'lib/nfl.rb', line 15

def self.test_game
  NFL::LiveUpdate::GameCenter::Game.test_game
end