Method: RSpotify::Album#genres
- Defined in:
- lib/rspotify/album.rb
#genres ⇒ Array<String>
A list of the genres used to classify the album. If not yet classified, the array is empty
16 17 18 |
# File 'lib/rspotify/album.rb', line 16 def genres @genres end |