Method: RSpotify::Album#album_type

Defined in:
lib/rspotify/album.rb

#album_typeString

The type of the album (album, single, compilation)

Returns:

  • (String)

    the current value of album_type



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

def album_type
  @album_type
end