Class: LastfmM3u::Base
- Inherits:
-
Object
- Object
- LastfmM3u::Base
- Defined in:
- lib/lastfm-m3u/base.rb
Instance Attribute Summary collapse
-
#m3u ⇒ Object
Returns the value of attribute m3u.
-
#m3u_path ⇒ Object
Returns the value of attribute m3u_path.
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
5 6 7 8 |
# File 'lib/lastfm-m3u/base.rb', line 5 def initialize @m3u_path = Dir.pwd @m3u = M3Uzi.new end |
Instance Attribute Details
#m3u ⇒ Object
Returns the value of attribute m3u.
3 4 5 |
# File 'lib/lastfm-m3u/base.rb', line 3 def m3u @m3u end |
#m3u_path ⇒ Object
Returns the value of attribute m3u_path.
3 4 5 |
# File 'lib/lastfm-m3u/base.rb', line 3 def m3u_path @m3u_path end |