Class: Mdi::SerialPort

Inherits:
MdiData show all
Defined in:
app/models/mdi/serial_port.rb

Overview

  • Version: 1.6.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,3H17V5H19V8H16V14H8V8H5V5H7V3M17,9H19V14H17V9M11,15H13V22H11V15M5,9H7V14H5V9Z"></path>
  HTML
end