Class: Mdi::PlaylistMusic

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/playlist_music.rb

Overview

  • Version: 3.2.89

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/playlist_music.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M15,6H3V8H15V6M15,10H3V12H15V10M3,16H11V14H3V16M17,6V14.18C16.69,14.07 16.35,14 16,14A3,3 0 0,0 13,17A3,3 0 0,0 16,20A3,3 0 0,0 19,17V8H22V6H17Z"></path>
  HTML
end