Method: DocuSign_eSign::TemplateCustomFields#hash
- Defined in:
- lib/docusign_esign/models/template_custom_fields.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
92 93 94 |
# File 'lib/docusign_esign/models/template_custom_fields.rb', line 92 def hash [list_custom_fields, text_custom_fields].hash end |