Method: Playlist#image

Defined in:
lib/playlist.rb

#imageString

URI of an image associated with this playlist

Returns:

  • (String)


32
33
34
# File 'lib/playlist.rb', line 32

def image
  @image
end