Method: PureCloud::SocialConversationNotificationErrorInfo#==
- Defined in:
- lib/purecloud/models/social_conversation_notification_error_info.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
# File 'lib/purecloud/models/social_conversation_notification_error_info.rb', line 141 def ==(o) return true if self.equal?(o) self.class == o.class && == o. && context_id == o.context_id && errors == o.errors && == o. && details == o.details && status == o.status && == o. && entity_id == o.entity_id && code == o.code && entity_name == o.entity_name end |