Class: Mdi::PrinterPosAlert

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

Overview

  • Version: 7.1.96

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 10H4C2.9 10 2 10.9 2 12V19H18V12C18 10.9 17.11 10 16 10M16 14H12V12H16V14M15 9H5V4H15V9M22 7V13H20V7H22M20 15H22V17H20V15Z"></path>
  HTML
end