Method: Dropbox::Sign::TemplateCreateEmbeddedDraftRequest#hash
- Defined in:
- lib/dropbox-sign/models/template_create_embedded_draft_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
465 466 467 |
# File 'lib/dropbox-sign/models/template_create_embedded_draft_request.rb', line 465 def hash [client_id, files, file_urls, allow_ccs, allow_reassign, , cc_roles, , , force_signer_roles, , form_field_groups, form_field_rules, form_fields_per_document, merge_fields, , , show_preview, show_progress_stepper, signer_roles, skip_me_now, subject, test_mode, title, use_preexisting_fields].hash end |