Method: PureCloud::EdgeLogsJobFile#==

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

#==(o) ⇒ Object

Check equality by comparing each attribute.



143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'lib/purecloud/models/edge_logs_job_file.rb', line 143

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      name == o.name &&
      time_created == o.time_created &&
      time_modified == o.time_modified &&
      size_bytes == o.size_bytes &&
      upload_status == o.upload_status &&
      edge_path == o.edge_path &&
      download_id == o.download_id &&
      self_uri == o.self_uri
end