Method: Playlist#creator

Defined in:
lib/playlist.rb

#creatorString

The name of the creator of this playlist

Returns:

  • (String)


11
12
13
# File 'lib/playlist.rb', line 11

def creator
  @creator
end