Method: PulpFileClient::FileFilePublication#==

Defined in:
lib/pulp_file_client/models/file_file_publication.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



111
112
113
114
115
116
117
# File 'lib/pulp_file_client/models/file_file_publication.rb', line 111

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      repository_version == o.repository_version &&
      repository == o.repository &&
      manifest == o.manifest
end