Method: PulpcoreClient::NestedOpenPGPUserIDResponse#hash
- Defined in:
- lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
115 116 117 |
# File 'lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb', line 115 def hash [user_id, signatures].hash end |