Class: Mdi::Barcode

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,6H4V18H2V6M5,6H6V18H5V6M7,6H10V18H7V6M11,6H12V18H11V6M14,6H16V18H14V6M17,6H20V18H17V6M21,6H22V18H21V6Z"></path>
  HTML
end