Method: PulpFileClient::FileFileDistribution#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



225
226
227
# File 'lib/pulp_file_client/models/file_file_distribution.rb', line 225

def hash
  [base_path, content_guard, hidden, pulp_labels, name, repository, publication, checkpoint].hash
end