Method: OvirtSDK4::HostDevicePassthrough#initialize
- Defined in:
- lib/ovirtsdk4/types.rb
#initialize(opts = {}) ⇒ HostDevicePassthrough
Creates a new instance of the OvirtSDK4::HostDevicePassthrough class.
5228 5229 5230 5231 |
# File 'lib/ovirtsdk4/types.rb', line 5228 def initialize(opts = {}) super(opts) self.enabled = opts[:enabled] end |