Class: Mdi::AudioInputRca

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

Overview

  • Version: 6.2.95

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 6V12H5V6H7V2C7 1.45 7.45 1 8 1S9 1.45 9 2V6H11M5 14V16C5 17.3 5.84 18.4 7 18.82V23H9V18.82C10.16 18.4 11 17.3 11 16V14H5M17 6V2C17 1.45 16.55 1 16 1S15 1.45 15 2V6H13V12H19V6H17M13 14V16C13 17.3 13.84 18.4 15 18.82V23H17V18.82C18.16 18.4 19 17.3 19 16V14H13Z"></path>
  HTML
end