Class: Mdi::RelationZeroOrOneToOnlyOne

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

Overview

  • Version: 5.3.45

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 15V13H19V15H18V13H16V15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5V5H3V7H2V9H3V11H5V9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H16V19H18V17H19V19H21V17H22V15M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z"></path>
  HTML
end