Method: OvirtSDK4::ProductInfo#initialize
- Defined in:
- lib/ovirtsdk4/types.rb
#initialize(opts = {}) ⇒ ProductInfo
Creates a new instance of the OvirtSDK4::ProductInfo class.
15247 15248 15249 15250 15251 15252 15253 |
# File 'lib/ovirtsdk4/types.rb', line 15247 def initialize(opts = {}) super(opts) self.instance_id = opts[:instance_id] self.name = opts[:name] self.vendor = opts[:vendor] self.version = opts[:version] end |