Class: ChupaText::Decomposers::LibreOfficeOfficeOpenXMLDocument
- Inherits:
-
LibreOfficeGeneral
- Object
- LibreOfficeGeneral
- ChupaText::Decomposers::LibreOfficeOfficeOpenXMLDocument
- Defined in:
- lib/chupa-text/decomposers/libreoffice-office-open-xml-document.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ LibreOfficeOfficeOpenXMLDocument
constructor
A new instance of LibreOfficeOfficeOpenXMLDocument.
Constructor Details
#initialize(options) ⇒ LibreOfficeOfficeOpenXMLDocument
Returns a new instance of LibreOfficeOfficeOpenXMLDocument.
24 25 26 27 28 |
# File 'lib/chupa-text/decomposers/libreoffice-office-open-xml-document.rb', line 24 def initialize() super @extensions = ["docx"] @mime_types = ["application/vnd.openxmlformats-officedocument.wordprocessingml.document"] end |