Method: RSpotify::Album#genres

Defined in:
lib/rspotify/album.rb

#genresArray<String>

A list of the genres used to classify the album. If not yet classified, the array is empty

Returns:

  • (Array<String>)

    the current value of genres



16
17
18
# File 'lib/rspotify/album.rb', line 16

def genres
  @genres
end