Class: Pdf4me::Page

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

Constant Summary collapse

ATTRIBUTES =
{
    document_id: 'String',
    page_id: 'String',
    page_number: 'Integer',
    rotate: 'Float',
    thumbnail: 'String',
    source_document_id: 'String',
    source_page_number: '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