Class: Kagu::Library
- Inherits:
-
Object
- Object
- Kagu::Library
- Defined in:
- lib/kagu/library.rb
Constant Summary collapse
- PATH =
File.("#{ENV['HOME']}/Music/iTunes/iTunes Music Library.xml")
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
- #finder(options = {}) ⇒ Object
-
#initialize(path = PATH) ⇒ Library
constructor
A new instance of Library.
- #playlists ⇒ Object
- #tracks ⇒ Object
Constructor Details
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
7 8 9 |
# File 'lib/kagu/library.rb', line 7 def path @path end |