Method: PureCloud::MediaParticipantRequest#==
- Defined in:
- lib/purecloud/models/media_participant_request.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
134 135 136 137 138 139 140 141 142 143 144 |
# File 'lib/purecloud/models/media_participant_request.rb', line 134 def ==(o) return true if self.equal?(o) self.class == o.class && wrapup == o.wrapup && state == o.state && recording == o.recording && muted == o.muted && confined == o.confined && held == o.held && wrapup_skipped == o.wrapup_skipped end |