Class: Mdi::PrinterPosPlay

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 13.09V12C20 10.9 19.11 10 18 10H6C4.89 10 4 10.9 4 12V19H13C13 15.69 15.69 13 19 13C19.34 13 19.67 13.04 20 13.09M10 14H6V12H10V14M17 9H7V4H17V9M22 19L17 22V16L22 19Z"></path>
  HTML
end