Class: Machinery::Exporter

Inherits:
Object show all
Defined in:
lib/exporter.rb

Overview

Interface class for exporter

Direct Known Subclasses

Autoyast, KiwiConfig, StaticHtml

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#system_descriptionObject (readonly)

Returns the value of attribute system_description.



20
21
22
# File 'lib/exporter.rb', line 20

def system_description
  @system_description
end

Instance Method Details

#quote(name) ⇒ Object



25
26
27
# File 'lib/exporter.rb', line 25

def quote(name)
  name.gsub("'", "'\\\\''")
end