Class: Mdi::TrainCarHopperCovered

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/train_car_hopper_covered.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_hopper_covered.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M23 9V7H1V9L2 10.33V15H1V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H10L11 18H13L14 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V15H22V10.33L23 9M4 15V13L5.5 15H4M5 10V9H19V10H5M20 15H18.5L20 13V15Z"></path>
  HTML
end