Class: Mdi::Offer

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

Overview

  • Version: 4.6.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 13C21.6 13 22.1 13.2 22.4 13.6C22.8 14 23 14.5 23 15L15 18L8 16V7H9.9L17.2 9.7C17.7 9.9 18 10.3 18 10.8C18 11.1 17.9 11.4 17.7 11.6C17.5 11.8 17.2 12 16.8 12H14L12.3 11.3L12 12.2L14 13H21M2 7H6V18H2V7Z"></path>
  HTML
end