Class: DocGenerationWrapper::Adapter::DocRaptorService::Query
- Inherits:
-
Object
- Object
- DocGenerationWrapper::Adapter::DocRaptorService::Query
- Defined in:
- lib/doc_generation_wrapper/adapters/doc_raptor_service/query.rb
Instance Method Summary collapse
Instance Method Details
#document(download_id) ⇒ Object
11 12 13 |
# File 'lib/doc_generation_wrapper/adapters/doc_raptor_service/query.rb', line 11 def document download_id DocRaptor::DocApi.new.get_async_doc(download_id) end |
#status(status_id) ⇒ Object
7 8 9 |
# File 'lib/doc_generation_wrapper/adapters/doc_raptor_service/query.rb', line 7 def status status_id DocRaptor::DocApi.new.get_async_doc_status(status_id) end |