Method: PureCloud::AggregationRange#==
- Defined in:
- lib/purecloud/models/aggregation_range.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
65 66 67 68 69 70 |
# File 'lib/purecloud/models/aggregation_range.rb', line 65 def ==(o) return true if self.equal?(o) self.class == o.class && gte == o.gte && lt == o.lt end |