Method: DocuSign_eSign::Page#hash
- Defined in:
- lib/docusign_esign/models/page.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
146 147 148 |
# File 'lib/docusign_esign/models/page.rb', line 146 def hash [dpi, error_details, height, image_bytes, mime_type, page_id, sequence, width].hash end |