Method: Playlist#title

Defined in:
lib/playlist.rb

#titleString

The title of the playlist

Returns:

  • (String)


7
8
9
# File 'lib/playlist.rb', line 7

def title
  @title
end