Class: Pdf4me::Document
Constant Summary collapse
- ATTRIBUTES =
{ job_id: 'String', document_id: 'String', name: 'String', doc_status: 'String', pages: 'Array<Page>', doc_data: 'String', doc_metadata: 'DocMetadata', doc_logs: 'Array<DocLog>', notification: 'Notification' }
Instance Method Summary collapse
Methods inherited from Base
#attributes, #defaults, #initialize
Methods included from Serializer
#_deserialize, #from_hash, #from_response
Methods included from Assigner
Constructor Details
This class inherits a constructor from Pdf4me::Base
Instance Method Details
#inspect ⇒ Object
17 18 19 |
# File 'lib/pdf4me/models/document.rb', line 17 def inspect "#<#{self.class}:0x#{object_id.to_s(16)}>" end |