Method: PureCloud::EdgeLogsJobFile#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



275
276
277
# File 'lib/purecloudplatformclientv2/models/edge_logs_job_file.rb', line 275

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