class Spotiphy
Public Class Methods
new(options)
click to toggle source
Calls superclass method
Site::new
# File lib/terminal_player/spotiphy.rb, line 4 def initialize(options) super(options, "spotify") end
Public Instance Methods
get_channels()
click to toggle source
# File lib/terminal_player/spotiphy.rb, line 8 def get_channels # TODO maybe playlists? @channels = [{id: 0, name: "There is no channel support for spotify yet."}] end