Method: PulpcoreClient::RepositoryVersionResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



147
148
149
# File 'lib/pulpcore_client/models/repository_version_response.rb', line 147

def hash
  [pulp_href, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
end