Method: PulpFileClient::FileFileRemoteResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



408
409
410
# File 'lib/pulp_file_client/models/file_file_remote_response.rb', line 408

def hash
  [pulp_href, prn, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
end