Method: DocuSign_eSign::CommentPublish#hash
- Defined in:
- lib/docusign_esign/models/comment_publish.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
134 135 136 |
# File 'lib/docusign_esign/models/comment_publish.rb', line 134 def hash [id, mentions, text, thread_anchor_keys, thread_id, visible_to].hash end |