Sha256: 3453409da627356c149f431115ae8872b6b7956ddcf6cabfba61aa8d14d74c92
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
module Libvirt module Ruby module StoragePool extend Libvirt::Ruby::Util extend FFI::Library begin ffi_lib "libvirt.so.0" rescue LoadError raise Libvirt::Ruby::Exceptions::MissingLib end def self.klass "virStoragePool" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
libvirt-ruby-0.0.2 | lib/libvirt-ruby/storage_pool.rb |