Method: Playlist#media_location

Defined in:
lib/playlist.rb

#media_locationString

A URI (or filename) to the location of the media Use this if the playlist is a single file

Returns:

  • (String)


20
21
22
# File 'lib/playlist.rb', line 20

def media_location
  @media_location
end