Method: Algolia::Analytics::GetUsersCountResponse#==
- Defined in:
- lib/algolia/models/analytics/get_users_count_response.rb
#==(other) ⇒ Object
Checks equality by comparing each attribute.
80 81 82 83 84 85 |
# File 'lib/algolia/models/analytics/get_users_count_response.rb', line 80 def ==(other) return true if self.equal?(other) self.class == other.class && count == other.count && dates == other.dates end |