Method: OvirtSDK4::ProductInfo#instance_id=

Defined in:
lib/ovirtsdk4/types.rb

#instance_id=(value) ⇒ Object

Sets the value of the instance_id attribute.

Parameters:

  • value (String)


15166
15167
15168
# File 'lib/ovirtsdk4/types.rb', line 15166

def instance_id=(value)
  @instance_id = value
end