Class: Aric::Resource::Playlist
- Defined in:
- lib/aric/resource/playlist.rb
Instance Method Summary collapse
Methods inherited from Base
all, find_by, #initialize, #method_missing
Constructor Details
This class inherits a constructor from Aric::Resource::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Aric::Resource::Base
Instance Method Details
#to_s ⇒ Object
25 26 27 |
# File 'lib/aric/resource/playlist.rb', line 25 def to_s '%s / %s' % [name, persistentID] end |