Method: PulpcoreClient::PatchedPulpExporter#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



168
169
170
# File 'lib/pulpcore_client/models/patched_pulp_exporter.rb', line 168

def hash
  [name, path, repositories, last_export].hash
end