Method: MergeCRMClient::NoteResponse#==
- Defined in:
- lib/merge_crm_client/models/note_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
125 126 127 128 129 130 131 132 |
# File 'lib/merge_crm_client/models/note_response.rb', line 125 def ==(o) return true if self.equal?(o) self.class == o.class && model == o.model && warnings == o.warnings && errors == o.errors && logs == o.logs end |