Method: Lt::Lcms::Lesson::Downloader::PDF#pdf_content

Defined in:
lib/lt/lcms/lesson/downloader/pdf.rb

#pdf_contentObject



14
15
16
# File 'lib/lt/lcms/lesson/downloader/pdf.rb', line 14

def pdf_content
  service.get_file(file_id, download_dest: StringIO.new, supports_all_drives: true).string
end