Method: RSpotify::Album#total_tracks

Defined in:
lib/rspotify/album.rb

#total_tracksInteger

The total number of tracks in the album

Returns:

  • (Integer)

    the current value of total_tracks



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

def total_tracks
  @total_tracks
end