Class: Mdi::PipeLeak

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

Overview

  • Version: 2.1.99

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,5V13H4V11H10L12,9L10,7H4V5H2M20,5V7H12L14,9L12,11H20V13H22V5H20M12,13C12,13 10,15.17 10,16.5A2,2 0 0,0 12,18.5A2,2 0 0,0 14,16.5C14,15.17 12,13 12,13Z"></path>
  HTML
end