Method: PureCloud::DocumentDataNotification#hash
- Defined in:
- lib/purecloud/models/document_data_notification.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
216 217 218 |
# File 'lib/purecloud/models/document_data_notification.rb', line 216 def hash [id, name, date_created, date_modified, workspace, created_by, content_type, content_length, filename, file_name, change_number, date_uploaded, uploaded_by, lock_info, page_count, self_uri].hash end |