Method: PulpcoreClient::FilesystemExportResponse#==

Defined in:
lib/pulpcore_client/models/filesystem_export_response.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



114
115
116
117
118
119
120
121
122
# File 'lib/pulpcore_client/models/filesystem_export_response.rb', line 114

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      pulp_href == o.pulp_href &&
      pulp_created == o.pulp_created &&
      task == o.task &&
      exported_resources == o.exported_resources &&
      params == o.params
end