Method: RSpotify::Album#external_ids

Defined in:
lib/rspotify/album.rb

#external_idsHash

Known external IDs for the album

Returns:

  • (Hash)

    the current value of external_ids



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

def external_ids
  @external_ids
end