Method: TrieveRubyClient::GroupData#==
- Defined in:
- lib/trieve_ruby_client/models/group_data.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
106 107 108 109 110 111 |
# File 'lib/trieve_ruby_client/models/group_data.rb', line 106 def ==(o) return true if self.equal?(o) self.class == o.class && groups == o.groups && total_pages == o.total_pages end |