Class: Mdi::PlayProtectedContent

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,5V18H11V16H4V7H17V11H19V5H2M9,9V14L12.5,11.5L9,9M21.04,11.67L16.09,16.62L13.96,14.5L12.55,15.91L16.09,19.45L22.45,13.09L21.04,11.67Z"></path>
  HTML
end