Class: Convertify::ConvertHelper::ConverterResult
- Inherits:
-
Struct
- Object
- Struct
- Convertify::ConvertHelper::ConverterResult
- Defined in:
- lib/jekyll-convertify/convert.rb
Instance Attribute Summary collapse
-
#converter ⇒ Object
Returns the value of attribute converter.
-
#destination_extension ⇒ Object
Returns the value of attribute destination_extension.
Instance Attribute Details
#converter ⇒ Object
Returns the value of attribute converter
9 10 11 |
# File 'lib/jekyll-convertify/convert.rb', line 9 def converter @converter end |
#destination_extension ⇒ Object
Returns the value of attribute destination_extension
9 10 11 |
# File 'lib/jekyll-convertify/convert.rb', line 9 def destination_extension @destination_extension end |