Method: OvirtSDK4::Spm#hash

Defined in:
lib/ovirtsdk4/types.rb

#hashObject

Generates a hash value for this object.



19831
19832
19833
19834
19835
# File 'lib/ovirtsdk4/types.rb', line 19831

def hash
  super +
  @priority.hash +
  @status.hash
end