Method: PureCloud::Document#hash
- Defined in:
- lib/purecloud/models/document.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
409 410 411 |
# File 'lib/purecloud/models/document.rb', line 409 def hash [id, name, change_number, date_created, date_modified, date_uploaded, content_uri, workspace, created_by, uploaded_by, content_type, content_length, system_type, filename, page_count, read, caller_address, receiver_address, , tag_values, attributes, thumbnails, upload_status, upload_destination_uri, upload_method, lock_info, acl, sharing_status, sharing_uri, download_sharing_uri, self_uri].hash end |