Method: OvirtSDK4::StorageDomain#comment=

Defined in:
lib/ovirtsdk4/types.rb

#comment=(value) ⇒ Object

Sets the value of the comment attribute.

Parameters:

  • value (String)

21938
21939
21940
# File 'lib/ovirtsdk4/types.rb', line 21938

def comment=(value)
  @comment = value
end