Method: TrieveRubyClient::UploadFileData#==

Defined in:
lib/trieve_ruby_client/models/upload_file_data.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'lib/trieve_ruby_client/models/upload_file_data.rb', line 178

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      base64_file == o.base64_file &&
      create_chunks == o.create_chunks &&
      description == o.description &&
      file_name == o.file_name &&
      group_tracking_id == o.group_tracking_id &&
      link == o.link &&
       == o. &&
      tag_set == o.tag_set &&
      time_stamp == o.time_stamp
end