Method: OvirtSDK4::ProductInfo#vendor=

Defined in:
lib/ovirtsdk4/types.rb

#vendor=(value) ⇒ Object

Sets the value of the vendor attribute.

Parameters:

  • value (String)


15472
15473
15474
# File 'lib/ovirtsdk4/types.rb', line 15472

def vendor=(value)
  @vendor = value
end