Class: Mdi::TrainCarGondola

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

Overview

  • Version: 6.9.96

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M1 10V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V10H1M21 15H19V13H17V15H15V13H13V15H11V13H9V15H7V13H5V15H3V12H21V15Z"></path>
  HTML
end