Method: PulpcoreClient::GroupRole#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



150
151
152
# File 'lib/pulpcore_client/models/group_role.rb', line 150

def hash
  [role, content_object, domain].hash
end