Class: Machinery::Exporter
Overview
Interface class for exporter
Direct Known Subclasses
Instance Attribute Summary collapse
-
#system_description ⇒ Object
readonly
Returns the value of attribute system_description.
Instance Method Summary collapse
Instance Attribute Details
#system_description ⇒ Object (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 |