Class: Mdi::EthernetCable

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,3V7H13V3H11M8,4V11H16V4H14V8H10V4H8M10,12V22H14V12H10Z"></path>
  HTML
end