class Kagu::Library
Public Instance Methods
finder(options = {})
click to toggle source
# File lib/kagu/library.rb, line 5 def finder(options = {}) Finder.new(options) end
playlists()
click to toggle source
# File lib/kagu/library.rb, line 9 def playlists Playlists.new end
tracks()
click to toggle source
# File lib/kagu/library.rb, line 13 def tracks Tracks.new end