class RMD::Zing::Playlist
Public Instance Methods
fetch()
click to toggle source
# File lib/rmd/zing/playlist.rb, line 8 def fetch calculate_progress do |link| @songs << RMD::Zing::Utils::CorrectUrl.correct(link) end end
Private Instance Methods
song_css()
click to toggle source
# File lib/rmd/zing/playlist.rb, line 16 def song_css '._btnDownload' end