Class: AppleMusicLibrary::Genre

Inherits:
TrackCollection show all
Defined in:
lib/apple_music_library/genre.rb

Instance Attribute Summary

Attributes inherited from TrackCollection

#name, #tracks

Class Method Summary collapse

Methods inherited from TrackCollection

#add_track, #album_count, all, find_by_name, find_or_create, #initialize, #star_rating, #track_count

Constructor Details

This class inherits a constructor from AppleMusicLibrary::TrackCollection

Class Method Details

.tokenObject



4
5
6
# File 'lib/apple_music_library/genre.rb', line 4

def self.token
  :genre
end