Method: RSpotify::Album#artists

Defined in:
lib/rspotify/album.rb

#artistsArray<Artist>

The artists of the album

Returns:

  • (Array<Artist>)

    the current value of artists



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

def artists
  @artists
end