Method: IiifPrint::PDFDerivativeService#initialize
- Defined in:
- lib/iiif_print/pdf_derivative_service.rb
#initialize(file_set) ⇒ PDFDerivativeService
Returns a new instance of PDFDerivativeService.
19 20 21 |
# File 'lib/iiif_print/pdf_derivative_service.rb', line 19 def initialize(file_set) super(file_set) end |