Class: NFL::LiveUpdate::ScoreStrip::GamesParser

Inherits:
HTTParty::Parser
  • Object
show all
Defined in:
lib/nfl/live_update/score_strip/games.rb

Instance Method Summary collapse

Instance Method Details

#xmlObject



6
7
8
# File 'lib/nfl/live_update/score_strip/games.rb', line 6

def xml
  Nokogiri::XML(body)
end