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.3"
Class Method Summary collapse
Class Method Details
.score_strip ⇒ Object
12 13 14 |
# File 'lib/nfl/live_update.rb', line 12 def self.score_strip NFL::LiveUpdate::ScoreStrip::Games.regular_season end |