Method: GongAPI::GenericCrmIntegration#==
- Defined in:
- lib/gong_api/models/generic_crm_integration.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
92 93 94 95 96 97 98 |
# File 'lib/gong_api/models/generic_crm_integration.rb', line 92 def ==(o) return true if self.equal?(o) self.class == o.class && integration_id == o.integration_id && name == o.name && owner_email == o.owner_email end |