Method: Playlist#identifiers

Defined in:
lib/playlist.rb

#identifiersHash (readonly)

Get a hash of identifier for this playlist Identifiers can either be Strings or URIs

Returns:

  • (Hash)

    an hash of identifiers



37
38
39
# File 'lib/playlist.rb', line 37

def identifiers
  @identifiers
end