Method: PhoneComClient::ListCallerIds#==

Defined in:
lib/phone_com_client/models/list_caller_ids.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



103
104
105
106
107
108
109
110
111
112
# File 'lib/phone_com_client/models/list_caller_ids.rb', line 103

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      filters == o.filters &&
      sort == o.sort &&
      total == o.total &&
      offset == o.offset &&
      limit == o.limit &&
      items == o.items
end