Method: PulpRpmClient::NestedRole#hash

Defined in:
lib/pulp_rpm_client/models/nested_role.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



145
146
147
# File 'lib/pulp_rpm_client/models/nested_role.rb', line 145

def hash
  [users, groups, role].hash
end