Class: Lm2doc::Converter
- Inherits:
-
Object
- Object
- Lm2doc::Converter
- Includes:
- ActiveSupport::Callbacks
- Defined in:
- lib/lm2doc/converter.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
5 6 7 |
# File 'lib/lm2doc/converter.rb', line 5 def content @content end |
Class Method Details
.perfer_exts ⇒ Object
14 15 16 |
# File 'lib/lm2doc/converter.rb', line 14 def self.perfer_exts [] end |
Instance Method Details
#as_html ⇒ Object
8 9 10 11 12 |
# File 'lib/lm2doc/converter.rb', line 8 def as_html run_callbacks :convert do convert end end |