Method: DocuSign_eSign::Page#hash

Defined in:
lib/docusign_esign/models/page.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



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