Class: Play::Views::NowPlaying

Inherits:
Layout
  • Object
show all
Defined in:
lib/play/views/now_playing.rb

Instance Method Summary collapse

Methods inherited from Layout

#login

Instance Method Details

#artist_nameObject



8
9
10
# File 'lib/play/views/now_playing.rb', line 8

def artist_name
  @song.artist_name
end

#song_titleObject



12
13
14
# File 'lib/play/views/now_playing.rb', line 12

def song_title
  @song.title
end

#titleObject



4
5
6
# File 'lib/play/views/now_playing.rb', line 4

def title
  "now playing"
end