Method: PureCloud::AgentActivityNotification#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



210
211
212
213
214
215
216
217
218
219
# File 'lib/purecloudclient_v2a/models/agent_activity_notification.rb', line 210

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      routing_status == o.routing_status &&
      presence == o.presence &&
      out_of_office == o.out_of_office &&
      active_queue_ids == o.active_queue_ids &&
      date_active_queues_changed == o.date_active_queues_changed
end