Class: Play::Views::NowPlaying
- Defined in:
- lib/play/views/now_playing.rb
Instance Method Summary collapse
Methods inherited from Layout
Instance Method Details
#artist_name ⇒ Object
8 9 10 |
# File 'lib/play/views/now_playing.rb', line 8 def artist_name @song.artist_name end |
#song_title ⇒ Object
12 13 14 |
# File 'lib/play/views/now_playing.rb', line 12 def song_title @song.title end |
#title ⇒ Object
4 5 6 |
# File 'lib/play/views/now_playing.rb', line 4 def title "now playing" end |