Method: PulpcoreClient::UserGroup#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



123
124
125
# File 'lib/pulpcore_client/models/user_group.rb', line 123

def hash
  [name].hash
end