Method: OvirtSDK4::CustomProperty#hash

Defined in:
lib/ovirtsdk4/types.rb

#hashObject

Generates a hash value for this object.



2853
2854
2855
2856
2857
2858
# File 'lib/ovirtsdk4/types.rb', line 2853

def hash
  super +
  @name.hash +
  @regexp.hash +
  @value.hash
end