Class: Pdf::Utility::ImageExtractor::Result
- Inherits:
-
Struct
- Object
- Struct
- Pdf::Utility::ImageExtractor::Result
- Defined in:
- app/services/pdf/utility/image_extractor.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#images ⇒ Object
Returns the value of attribute images.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
27 28 29 |
# File 'app/services/pdf/utility/image_extractor.rb', line 27 def error @error end |
#images ⇒ Object
Returns the value of attribute images
27 28 29 |
# File 'app/services/pdf/utility/image_extractor.rb', line 27 def images @images end |
#success? ⇒ Object
Returns the value of attribute success?
27 28 29 |
# File 'app/services/pdf/utility/image_extractor.rb', line 27
def success?
@success?
end
|