Method: RSpotify::Album#label

Defined in:
lib/rspotify/album.rb

#labelString

The label for the album

Returns:

  • (String)

    the current value of label



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

def label
  @label
end