Method: PulpcoreClient::PatchedPulpExporter#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



151
152
153
154
155
156
157
158
# File 'lib/pulpcore_client/models/patched_pulp_exporter.rb', line 151

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      name == o.name &&
      path == o.path &&
      repositories == o.repositories &&
      last_export == o.last_export
end