Class: Mdi::MonitorScreenshot

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

Overview

  • Version: 3.6.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,6H5V10H7V8H9M19,10H17V12H15V14H19M21,16H3V4H21M21,2H3C1.89,2 1,2.89 1,4V16A2,2 0 0,0 3,18H10V20H8V22H16V20H14V18H21A2,2 0 0,0 23,16V4C23,2.89 22.1,2 21,2"></path>
  HTML
end