class Deezify::CLI
Public Instance Methods
export(playlist)
click to toggle source
# File lib/deezify/cli.rb, line 9 def export(playlist) exporter = Deezify::Exporter.new exporter.export_playlist options[:user], playlist end