Class: DocumentExporter::Gdoc::Document
- Defined in:
- lib/document_exporter/gdoc/document.rb
Constant Summary
Constants inherited from Base
Base::GOOGLE_API_CLIENT_UPLOAD_RETRIES, Base::GOOGLE_API_CLIENT_UPLOAD_TIMEOUT, Base::GOOGLE_API_UPLOAD_OPTIONS, Base::VERSION_RE
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#create_gdoc_folders, #export_to, gdoc_key, #url, url_for
Methods inherited from Base
#included_materials, #initialize, #ordered_materials, pdf_key
Constructor Details
This class inherits a constructor from DocumentExporter::Base
Instance Method Details
#export ⇒ Object
6 7 8 9 |
# File 'lib/document_exporter/gdoc/document.rb', line 6 def export super gdoc_folder end |