Method: DocSpring::Template#hash
- Defined in:
- lib/docspring/models/template.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
787 788 789 |
# File 'lib/docspring/models/template.rb', line 787 def hash [, allow_additional_properties, description, document_filename, document_md5, document_parse_error, document_processed, document_state, document_url, editable_submissions, , encrypt_pdfs_password, encrypt_pdfs, expiration_interval, expire_after, expire_submissions, external_predefined_fields_template_id, external_predefined_fields_template_name, first_template, id, locked, merge_audit_trail_pdf, name, page_count, page_dimensions, parent_folder_id, path, permanent_document_url, public_submissions, public_web_form, redirect_url, slack_webhook_url, template_type, updated_at, webhook_url, demo, defaults, field_order, fields, , header_html, , html, predefined_fields, scss, shared_field_data].hash end |