Module: NFL::LiveUpdate
- Defined in:
- lib/nfl/live_update.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: GameCenter, ScoreStrip
Constant Summary
collapse
- VERSION =
"0.0.2"
Class Method Summary
collapse
Class Method Details
.score_strip ⇒ Object
11
12
13
|
# File 'lib/nfl/live_update.rb', line 11
def self.score_strip
NFL::LiveUpdate::ScoreStrip::Games.regular_season
end
|
.test_game ⇒ Object
15
16
17
|
# File 'lib/nfl/live_update.rb', line 15
def self.test_game
NFL::LiveUpdate::GameCenter::Game.test_game
end
|