Method: PureCloud::DeleteRetention#==
- Defined in:
- lib/purecloudplatformclientv2/models/delete_retention.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
65 66 67 68 69 |
# File 'lib/purecloudplatformclientv2/models/delete_retention.rb', line 65 def ==(o) return true if self.equal?(o) self.class == o.class && days == o.days end |