Method: OvirtSDK4::RegistrationRoleMapping#hash

Defined in:
lib/ovirtsdk4/types.rb

#hashObject

Generates a hash value for this object.



18205
18206
18207
18208
18209
# File 'lib/ovirtsdk4/types.rb', line 18205

def hash
  super +
  @from.hash +
  @to.hash
end