Method: PureCloud::CreateCallbackOnConversationCommand#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



273
274
275
276
277
278
279
280
281
282
283
284
# File 'lib/purecloudclient_v2a/models/create_callback_on_conversation_command.rb', line 273

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      script_id == o.script_id &&
      queue_id == o.queue_id &&
      routing_data == o.routing_data &&
      callback_user_name == o.callback_user_name &&
      callback_numbers == o.callback_numbers &&
      callback_scheduled_time == o.callback_scheduled_time &&
      country_code == o.country_code &&
      data == o.data
end