Method: DocSpring::Templatesv2Template#hash
- Defined in:
- lib/docspring/models/templatesv2_template.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
208 209 210 |
# File 'lib/docspring/models/templatesv2_template.rb', line 208 def hash [expiration_interval, public_web_form, webhook_url, editable_submissions, expire_submissions, expire_after, allow_additional_properties, document, name, public_submissions, slack_webhook_url, redirect_url].hash end |