class ChupaText::Decomposers::LibreOfficeOfficeOpenXMLPresentation

Public Class Methods

new(options) click to toggle source
Calls superclass method
# File lib/chupa-text/decomposers/libreoffice-office-open-xml-presentation.rb, line 24
def initialize(options)
  super
  @extensions = ["pptx"]
  @mime_types = ["application/vnd.openxmlformats-officedocument.presentationml.presentation"]
end

Private Instance Methods

log_tag() click to toggle source
Calls superclass method
# File lib/chupa-text/decomposers/libreoffice-office-open-xml-presentation.rb, line 31
def log_tag
  super + "[office-open-xml-presentation]"
end