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



192
193
194
# File 'lib/pulp_file_client/models/file_file_distribution.rb', line 192

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