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

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

Overview

Service object: result.

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



30
31
32
# File 'app/services/pdf/utility/image_extractor.rb', line 30

def error
  @error
end

#imagesObject

Returns the value of attribute images

Returns:

  • (Object)

    the current value of images



30
31
32
# File 'app/services/pdf/utility/image_extractor.rb', line 30

def images
  @images
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



30
31
32
# File 'app/services/pdf/utility/image_extractor.rb', line 30

def success?
  @success?
end