Method: OvirtSDK4::StorageDomain#import=
- Defined in:
- lib/ovirtsdk4/types.rb
permalink #import=(value) ⇒ Object
Sets the value of the import
attribute.
22270 22271 22272 |
# File 'lib/ovirtsdk4/types.rb', line 22270 def import=(value) @import = value end |