Method: OvirtSDK4::HostDevicePassthrough#enabled=

Defined in:
lib/ovirtsdk4/types.rb

#enabled=(value) ⇒ Object

Sets the value of the enabled attribute.

Parameters:

  • value (Boolean)


5214
5215
5216
# File 'lib/ovirtsdk4/types.rb', line 5214

def enabled=(value)
  @enabled = value
end