Class: Pdf4me::DocMetadata

Inherits:
Base
  • Object
show all
Defined in:
lib/pdf4me/models/doc_metadata.rb

Constant Summary collapse

ATTRIBUTES =
{
  title: 'String',
  subject: 'String',
  page_count: 'Integer',
  size: 'Integer',
  is_encrypted: 'BOOLEAN',
  pdf_compliance: 'String',
  is_signed: 'BOOLEAN',
  uploaded_mime_type: 'String',
  uploaded_file_size: 'Integer'
}

Method Summary

Methods inherited from Base

#attributes, #defaults, #initialize

Methods included from Serializer

#_deserialize, #from_hash, #from_response

Methods included from Assigner

#assign_attributes

Constructor Details

This class inherits a constructor from Pdf4me::Base