Class: Pdf::ImageExtractor::Result
- Inherits:
-
Data
- Object
- Data
- Pdf::ImageExtractor::Result
- 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
-
#placements ⇒ Object
readonly
Returns the value of attribute placements.
-
#workdir ⇒ Object
readonly
Returns the value of attribute workdir.
Instance Attribute Details
#placements ⇒ Object (readonly)
Returns the value of attribute placements
28 29 30 |
# File 'app/services/pdf/image_extractor.rb', line 28 def placements @placements end |
#workdir ⇒ Object (readonly)
Returns the value of attribute workdir
28 29 30 |
# File 'app/services/pdf/image_extractor.rb', line 28 def workdir @workdir end |