Method: PureCloud::EdgeLogsJobFile#hash

Defined in:
lib/purecloud/models/edge_logs_job_file.rb

#hashObject

Calculate hash code according to all attributes.



163
164
165
# File 'lib/purecloud/models/edge_logs_job_file.rb', line 163

def hash
  [id, name, time_created, time_modified, size_bytes, upload_status, edge_path, download_id, self_uri].hash
end