Method: GongAPI::EmailAddressReferences#==
- Defined in:
- lib/gong_api/models/email_address_references.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
129 130 131 132 133 134 135 136 137 138 |
# File 'lib/gong_api/models/email_address_references.rb', line 129 def ==(o) return true if self.equal?(o) self.class == o.class && calls == o.calls && customer_data == o.customer_data && customer_engagement == o.customer_engagement && emails == o.emails && meetings == o.meetings && request_id == o.request_id end |