Class: Mdi::SignPole

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

Overview

  • Version: 5.4.55

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 3L12 2L13 3V20C14.11 20 15 20.9 15 22H9C9 20.9 9.9 20 11 20V3Z"></path>
  HTML
end