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