Class: Mdi::PrinterPosCheck

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/printer_pos_check.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_check.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M17 9H7V4H17V9M19 13C15.69 13 13 15.69 13 19H4V12C4 10.9 4.89 10 6 10H18C19.11 10 20 10.9 20 12V13.09C19.67 13.04 19.34 13 19 13M10 12H6V14H10V12M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z"></path>
  HTML
end