Class: ChupaText::Decomposers::LibreOfficeOpenDocumentPresentation

Inherits:
LibreOfficeGeneral
  • Object
show all
Defined in:
lib/chupa-text/decomposers/libreoffice-opendocument-presentation.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ LibreOfficeOpenDocumentPresentation

Returns a new instance of LibreOfficeOpenDocumentPresentation.



24
25
26
27
28
# File 'lib/chupa-text/decomposers/libreoffice-opendocument-presentation.rb', line 24

def initialize(options)
  super
  @extensions = ["odp"]
  @mime_types = ["application/vnd.oasis.opendocument.presentation"]
end