Method: PureCloud::EdgeLogsJobFile#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



578
579
580
# File 'lib/purecloudclient_v2a/models/edge_logs_job_file.rb', line 578

def hash
  [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, time_created, time_modified, size_bytes, upload_status, edge_path, download_id, self_uri].hash
end