Method: OvirtSDK4::HostDevicePassthrough#hash

Defined in:
lib/ovirtsdk4/types.rb

#hashObject

Generates a hash value for this object.



5244
5245
5246
5247
# File 'lib/ovirtsdk4/types.rb', line 5244

def hash
  super +
  @enabled.hash
end