Method: OvirtSDK4::ProductInfo#name=
- Defined in:
- lib/ovirtsdk4/types.rb
#name=(value) ⇒ Object
Sets the value of the name
attribute.
15184 15185 15186 |
# File 'lib/ovirtsdk4/types.rb', line 15184 def name=(value) @name = value end |