Method: PulpFileClient::FileFileDistributionResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



183
184
185
# File 'lib/pulp_file_client/models/file_file_distribution_response.rb', line 183

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