Method: PulpcoreClient::NestedOpenPGPUserIDResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



115
116
117
# File 'lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb', line 115

def hash
  [user_id, signatures].hash
end