Class: Pdf::ImageExtractor::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/pdf/image_extractor.rb

Overview

Extraction result. +workdir+ holds the temp image files — the CALLER must
delete it (FileUtils.rm_rf) when done.

Instance Attribute Summary collapse

Instance Attribute Details

#placementsObject (readonly)

Returns the value of attribute placements

Returns:

  • (Object)

    the current value of placements



28
29
30
# File 'app/services/pdf/image_extractor.rb', line 28

def placements
  @placements
end

#workdirObject (readonly)

Returns the value of attribute workdir

Returns:

  • (Object)

    the current value of workdir



28
29
30
# File 'app/services/pdf/image_extractor.rb', line 28

def workdir
  @workdir
end