class Libvirt::Version
A version in Libvirt’s representation
Attributes
Public Class Methods
Source
# File lib/libvirt.rb, line 19 def initialize(type, version) @type = type @version = version end
A version in Libvirt’s representation
# File lib/libvirt.rb, line 19 def initialize(type, version) @type = type @version = version end