Method: OvirtSDK4::OpenStackImage#name=

Defined in:
lib/ovirtsdk4/types.rb

#name=(value) ⇒ Object

Sets the value of the name attribute.

Parameters:

  • value (String)


12774
12775
12776
# File 'lib/ovirtsdk4/types.rb', line 12774

def name=(value)
  @name = value
end