class Soundcloud9000::Views::TracksTable
this view is responsible for the bar that separates the player and track list
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
Soundcloud9000::UI::Table::new
# File lib/soundcloud9000/views/tracks_table.rb, line 7 def initialize(*args) super self.header = %w[Title User Length Likes Comments] self.keys = %i[title username length likes comments] end