Class: SWR3::NowPlaying::Loader
- Inherits:
-
Object
- Object
- SWR3::NowPlaying::Loader
- Defined in:
- lib/swr3_now_playing/loader.rb
Class Method Summary collapse
Class Method Details
.load(url = 'http://www.swr3.de/export/json/-/id=202234/gp1=1/wi3aps/index.json') ⇒ Object
8 9 10 |
# File 'lib/swr3_now_playing/loader.rb', line 8 def load(url='http://www.swr3.de/export/json/-/id=202234/gp1=1/wi3aps/index.json') open(url) end |