Class: Pdf::Utility::ImageExtractor::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#imagesObject

Returns the value of attribute images

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of success?



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

def success?
  @success?
end