Method: PulpcoreClient::GenericRemoteResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



423
424
425
# File 'lib/pulpcore_client/models/generic_remote_response.rb', line 423

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