Method: PureCloud::ConversationNotificationEmail#==
- Defined in:
- lib/purecloud/models/conversation_notification_email.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'lib/purecloud/models/conversation_notification_email.rb', line 171 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && state == o.state && held == o.held && subject == o.subject && provider == o.provider && == o. && error_info == o.error_info && disconnect_type == o.disconnect_type && start_hold_time == o.start_hold_time && connected_time == o.connected_time && disconnected_time == o.disconnected_time && additional_properties == o.additional_properties end |