Method: PulpRpmClient::NestedRole#hash
- Defined in:
- lib/pulp_rpm_client/models/nested_role.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
145 146 147 |
# File 'lib/pulp_rpm_client/models/nested_role.rb', line 145 def hash [users, groups, role].hash end |