Sha256: 9527734ff0607e9d4cce9fc4e12dfa78c1f360b4f58d9e2d573adc8a11442f8b

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

module Libvirt
  module Ruby
    module StorageVol
      def self.dispatcher(method, args = [])
        return_type = args.delete(args.last)
        attach_function ("virStorageVol" + method.to_s), ("virStorageVol" + method.to_s), args, return_type
        send(("virStorageVol" + method.to_s), args)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
libvirt-ruby-0.0.1 lib/libvirt-ruby/storage_vol.rb