Method: RSpotify::Base#id

Defined in:
lib/rspotify/base.rb

#idString

The Spotify ID for the object

Returns:

  • (String)

    the current value of id



8
9
10
# File 'lib/rspotify/base.rb', line 8

def id
  @id
end