Method: OvirtSDK4::ProductInfo#hash
- Defined in:
- lib/ovirtsdk4/types.rb
#hash ⇒ Object
Generates a hash value for this object.
15269 15270 15271 15272 15273 15274 15275 |
# File 'lib/ovirtsdk4/types.rb', line 15269 def hash super + @instance_id.hash + @name.hash + @vendor.hash + @version.hash end |