Method: PureCloud::FaxDocument#hash
- Defined in:
- lib/purecloudclient_v2a/models/fax_document.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
533 534 535 |
# File 'lib/purecloudclient_v2a/models/fax_document.rb', line 533 def hash [id, name, date_created, date_modified, content_uri, workspace, created_by, content_type, content_length, filename, read, page_count, caller_address, receiver_address, thumbnails, sharing_uri, download_sharing_uri, self_uri].hash end |