Class: Mdi::WindowShutterSettings

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

Overview

  • Version: 6.7.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 4H21V8H19V20H17V8H7V20H5V8H3V4M8 9H16V11H8V9M8 12H16V14H8V12M8 15H16V17H8V15M8 18H16V20H8V18M13 22H11V24H13V22M17 22H15V24H17V22M9 22H7V24H9V22Z"></path>
  HTML
end