Method: PureCloud::QualityAudit#==
- Defined in:
- lib/purecloudplatformclientv2/models/quality_audit.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'lib/purecloudplatformclientv2/models/quality_audit.rb', line 149 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && name == o.name && user == o.user && == o. && level == o.level && entity == o.entity && action == o.action && status == o.status && changes == o.changes && entity_type == o.entity_type && self_uri == o.self_uri end |