Method: RSpotify::Album#popularity

Defined in:
lib/rspotify/album.rb

#popularityInteger

The popularity of the album. The value will be between 0 and 100, with 100 being the most popular



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

def popularity
  @popularity
end