Method: OvirtSDK4::Range#hash

Defined in:
lib/ovirtsdk4/types.rb

#hashObject

Generates a hash value for this object.



17342
17343
17344
17345
17346
# File 'lib/ovirtsdk4/types.rb', line 17342

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