learningtapestry/lt-lcms

View on GitHub
sig/lt/lcms/lesson/downloader/pdf.rbs

Summary

Maintainability
Test Coverage
module Lt
  module Lcms
    module Lesson
      module Downloader
        class PDF < Base
          MIME_TYPE: "application/pdf"

          def self.gdoc_file_url: (untyped id) -> ::String

          def pdf_content: () -> untyped
        end
      end
    end
  end
end