Class: Convertify::ConvertHelper::ConverterResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/jekyll-convertify/convert.rb

Instance Attribute Summary collapse

Instance Attribute Details

#converterObject

Returns the value of attribute converter

Returns:

  • (Object)

    the current value of converter



9
10
11
# File 'lib/jekyll-convertify/convert.rb', line 9

def converter
  @converter
end

#destination_extensionObject

Returns the value of attribute destination_extension

Returns:

  • (Object)

    the current value of destination_extension



9
10
11
# File 'lib/jekyll-convertify/convert.rb', line 9

def destination_extension
  @destination_extension
end